diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-23 12:08:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-23 12:08:40 +0000 |
commit | 679d45e9885a94232ba648264d95bf26b37be416 (patch) | |
tree | cef4b13a70d05093c5160f36b87fc3fcb9cb6f65 /net-im | |
parent | 3e05a4d231f1abb905b0d053ea6375f274fd63f7 (diff) | |
download | ports-679d45e9885a94232ba648264d95bf26b37be416.tar.gz ports-679d45e9885a94232ba648264d95bf26b37be416.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/p5-Net-AOLIM/Makefile | 23 | ||||
-rw-r--r-- | net-im/p5-Net-AOLIM/distinfo | 1 | ||||
-rw-r--r-- | net-im/p5-Net-AOLIM/pkg-comment | 1 | ||||
-rw-r--r-- | net-im/p5-Net-AOLIM/pkg-descr | 5 | ||||
-rw-r--r-- | net-im/p5-Net-AOLIM/pkg-plist | 6 |
5 files changed, 36 insertions, 0 deletions
diff --git a/net-im/p5-Net-AOLIM/Makefile b/net-im/p5-Net-AOLIM/Makefile new file mode 100644 index 000000000000..31b6ff54c60f --- /dev/null +++ b/net-im/p5-Net-AOLIM/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: Net::AOLIM +# Date created: 31 Dec 2001 +# Whom: Seamus Venasse <svenasse@polaris.ca> +# +# $FreeBSD$ +# + +PORTNAME= Net-AOLIM +PORTVERSION= 1.4 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= svenasse@polaris.ca + +PERL_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME} + +MAN3= Net::AOLIM.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/net-im/p5-Net-AOLIM/distinfo b/net-im/p5-Net-AOLIM/distinfo new file mode 100644 index 000000000000..f62d70ea6859 --- /dev/null +++ b/net-im/p5-Net-AOLIM/distinfo @@ -0,0 +1 @@ +MD5 (Net-AOLIM-1.4.tar.gz) = 2030025f6818d7046ee18ff412f638f1 diff --git a/net-im/p5-Net-AOLIM/pkg-comment b/net-im/p5-Net-AOLIM/pkg-comment new file mode 100644 index 000000000000..8781b872bdb4 --- /dev/null +++ b/net-im/p5-Net-AOLIM/pkg-comment @@ -0,0 +1 @@ +Perl OO interface to the AOL Instant Messenger TOC client protocol diff --git a/net-im/p5-Net-AOLIM/pkg-descr b/net-im/p5-Net-AOLIM/pkg-descr new file mode 100644 index 000000000000..b307df392d57 --- /dev/null +++ b/net-im/p5-Net-AOLIM/pkg-descr @@ -0,0 +1,5 @@ +Object-Oriented interface to the AOL Instant Messenger TOC client protocol + +WWW: http://search.cpan.org/search?dist=Net-AOLIM + +Seamus Venasse <svenasse@polaris.ca> diff --git a/net-im/p5-Net-AOLIM/pkg-plist b/net-im/p5-Net-AOLIM/pkg-plist new file mode 100644 index 000000000000..0fa005304ffe --- /dev/null +++ b/net-im/p5-Net-AOLIM/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/site_perl/%%PERL_VER%%/Net/AOLIM.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/example.pl +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/AOLIM/.packlist +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/AOLIM +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true |