diff options
author | martti <martti> | 2002-01-31 07:34:51 +0000 |
---|---|---|
committer | martti <martti> | 2002-01-31 07:34:51 +0000 |
commit | 59c9dead942c308f55a725778d060df750cc6462 (patch) | |
tree | e93db50d4a9f80bb95ff37102c412fdfebcaed40 /chat/p5-Net-AOLIM/Makefile | |
parent | 3afe800da03b2d4660f18dbda0d7b53978a1e159 (diff) | |
download | pkgsrc-59c9dead942c308f55a725778d060df750cc6462.tar.gz |
Imported p5-Net-AOLIM-1.2 (provided by Amitai Schlair in pkg/15210)
Object-Oriented interface to the AOL Instant Messenger TOC client protocol.
Diffstat (limited to 'chat/p5-Net-AOLIM/Makefile')
-rw-r--r-- | chat/p5-Net-AOLIM/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/chat/p5-Net-AOLIM/Makefile b/chat/p5-Net-AOLIM/Makefile new file mode 100644 index 00000000000..75cee17afae --- /dev/null +++ b/chat/p5-Net-AOLIM/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/01/31 07:34:51 martti Exp $ +# + +DISTNAME= Net-AOLIM-1.2 +PKGNAME= p5-${DISTNAME} +CATEGORIES= chat perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= schmonz+netbsd@schmonz.com +HOMEPAGE= http://www.phonon.net/pub/Net-AOLIM/ +COMMENT= perl5 module for connecting to AOL IM (TOC protocol) + +WRKSRC= ${WRKDIR}/Net-AOLIM + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/AOLIM/.packlist + +post-extract: + ${MV} ${WRKSRC}/example.pl ${WRKSRC}/AOLIM-example.pl + ${MV} ${WRKSRC}/MANIFEST ${WRKSRC}/MANIFEST.orig + ${SED} -e 's|^example\.pl|AOLIM-example.pl|' < ${WRKSRC}/MANIFEST.orig > ${WRKSRC}/MANIFEST + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +post-install: + ${INSTALL_MAN} ${WRKSRC}/TOC.7 ${PREFIX}/man/man7 + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" |