diff options
Diffstat (limited to 'net/p5-Net-Whois/Makefile')
-rw-r--r-- | net/p5-Net-Whois/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net/p5-Net-Whois/Makefile b/net/p5-Net-Whois/Makefile new file mode 100644 index 000000000000..7a9a247a8c5c --- /dev/null +++ b/net/p5-Net-Whois/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Net-Whois +# Version required: 0.21 +# Date created: June 7th 1997 +# Whom: James FitzGibbon <jfitz@FreeBSD.org> +# +# $Id$ +# + +DISTNAME= Net-Whois-0.21 +PKGNAME= p5-Net-Whois-0.21 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net + +MAINTAINER= jfitz@FreeBSD.ORG + +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 + +MANPREFIX= /usr/local/lib/perl5 +MAN3= Net::Whois.3 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include <bsd.port.mk> |