diff options
author | petef <petef@FreeBSD.org> | 2003-01-19 14:02:46 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-01-19 14:02:46 +0800 |
commit | c2e4b16074ce0b59f602710d0aa6946458ed14a6 (patch) | |
tree | 983582827b4b3cd1c163e3cccc9df912312344f0 /net-im/p5-Net-AIM/Makefile | |
parent | 86f69fa45ef71bf5e3c83c2a8283b80d05ead1f5 (diff) | |
download | freebsd-ports-gnome-c2e4b16074ce0b59f602710d0aa6946458ed14a6.tar.gz freebsd-ports-gnome-c2e4b16074ce0b59f602710d0aa6946458ed14a6.tar.zst freebsd-ports-gnome-c2e4b16074ce0b59f602710d0aa6946458ed14a6.zip |
Add p5-Net-AIM 1.22, a perl extension for the AOL Instant Messenger
TOC protocol.
Diffstat (limited to 'net-im/p5-Net-AIM/Makefile')
-rw-r--r-- | net-im/p5-Net-AIM/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-im/p5-Net-AIM/Makefile b/net-im/p5-Net-AIM/Makefile new file mode 100644 index 000000000000..766f1b0530ec --- /dev/null +++ b/net-im/p5-Net-AIM/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Net-AIM +# Date created: 19 Jan 2003 +# Whom: petef +# +# $FreeBSD$ +# + +PORTNAME= Net-AIM +PORTVERSION= 1.22 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= petef@FreeBSD.org + +PERL_CONFIGURE= yes + +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Net::AIM.3 Net::AIM::Connection.3 Net::AIM::Event.3 + +.include <bsd.port.mk> |