diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 08:47:13 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 08:47:13 +0000 |
commit | 8bd90cfd46795058288d65854af51f790e834558 (patch) | |
tree | cb94002a3d430394093ccdf78154af06b058ff7f /www/p5-HTTPD-User-Manage/Makefile | |
parent | 82974645c49ab7c28b217ceb7cc77bd276930ffd (diff) |
Notes
Diffstat (limited to 'www/p5-HTTPD-User-Manage/Makefile')
-rw-r--r-- | www/p5-HTTPD-User-Manage/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/www/p5-HTTPD-User-Manage/Makefile b/www/p5-HTTPD-User-Manage/Makefile new file mode 100644 index 000000000000..b453704fd073 --- /dev/null +++ b/www/p5-HTTPD-User-Manage/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-HTTPD-Tools +# Version required: 0.52 +# Date created: October 20th 1996 +# Whom: James FitzGibbon <jfitz@FreeBSD.org> +# +# $Id$ +# + +DISTNAME= HTTPD-Tools-0.52 +PKGNAME= p5-HTTPD-Tools-0.52 +CATEGORIES+= www +MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/HTTPD/ \ + ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/HTTPD/ \ + ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/HTTPD/ \ + ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/HTTPD/ \ + ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/HTTPD/ \ + ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/HTTPD/ + +MAINTAINER= jfitz@FreeBSD.ORG + +BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +post-install: +.if !defined(NOMANCOMPRESS) + @ for file in HTTPD::Authen HTTPD::UserAdmin HTTPD::GroupAdmin; do \ + gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \ + done +.endif + +.include <bsd.port.mk> |