diff options
author | martti <martti@pkgsrc.org> | 2002-01-31 07:34:51 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-01-31 07:34:51 +0000 |
commit | 2842dd73f7f758a30993dd0f9c54067ecfcd5ec1 (patch) | |
tree | e93db50d4a9f80bb95ff37102c412fdfebcaed40 /chat | |
parent | 3c389d272ed5e7435e332a015e9fc0ec119b1d0e (diff) | |
download | pkgsrc-2842dd73f7f758a30993dd0f9c54067ecfcd5ec1.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')
-rw-r--r-- | chat/p5-Net-AOLIM/DESCR | 1 | ||||
-rw-r--r-- | chat/p5-Net-AOLIM/Makefile | 30 | ||||
-rw-r--r-- | chat/p5-Net-AOLIM/PLIST | 2 | ||||
-rw-r--r-- | chat/p5-Net-AOLIM/distinfo | 4 |
4 files changed, 37 insertions, 0 deletions
diff --git a/chat/p5-Net-AOLIM/DESCR b/chat/p5-Net-AOLIM/DESCR new file mode 100644 index 00000000000..1479600bb5a --- /dev/null +++ b/chat/p5-Net-AOLIM/DESCR @@ -0,0 +1 @@ +Object-Oriented interface to the AOL Instant Messenger TOC client protocol. 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" diff --git a/chat/p5-Net-AOLIM/PLIST b/chat/p5-Net-AOLIM/PLIST new file mode 100644 index 00000000000..66584722765 --- /dev/null +++ b/chat/p5-Net-AOLIM/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/31 07:34:51 martti Exp $ +man/man7/TOC.7 diff --git a/chat/p5-Net-AOLIM/distinfo b/chat/p5-Net-AOLIM/distinfo new file mode 100644 index 00000000000..458fc84086f --- /dev/null +++ b/chat/p5-Net-AOLIM/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/01/31 07:34:51 martti Exp $ + +SHA1 (Net-AOLIM-1.2.tar.gz) = a9394dc20a600b5fc6492a9bd0960b6e260c1e84 +Size (Net-AOLIM-1.2.tar.gz) = 33178 bytes |