diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 08:28:52 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 08:28:52 +0000 |
commit | 052f24ec7c28d0f621220f701e28a94c4abc3a5e (patch) | |
tree | 491e67e9961a484045accdc7bb87965c6be5f288 /net/p5-Archie/Makefile | |
parent | 148a52cf5e307b5d76c8a249733f9c91fb93b586 (diff) |
perl5 module to make Archie queries via Prospero requests.
Notes
Notes:
svn path=/head/; revision=4113
Diffstat (limited to 'net/p5-Archie/Makefile')
-rw-r--r-- | net/p5-Archie/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/net/p5-Archie/Makefile b/net/p5-Archie/Makefile new file mode 100644 index 000000000000..97555d29c34d --- /dev/null +++ b/net/p5-Archie/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: p5-Archie +# Version required: 1.5 +# Date created: October 19th 1996 +# Whom: James FitzGibbon <jfitz@FreeBSD.org> +# +# $Id$ +# + +DISTNAME= perl_archie.1.5 +PKGNAME= p5-Archie-1.5 +CATEGORIES+= net +MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Archie/ \ + ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Archie/ \ + ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Archie/ \ + ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Archie/ \ + ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Archie/ \ + ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Archie/ + +MAINTAINER= jfitz@FreeBSD.ORG + +BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 + +NO_WRKSUBDIR= YES +NO_BUILD= YES + +do-install: + @ ${CP} ${WRKDIR}/Archie.pm ${WRKDIR}/Archie-1.5.pm + @ ${INSTALL_DATA} ${WRKDIR}/Archie-1.5.pm ${PREFIX}/lib/perl5/site_perl/ + @ ln -sf ${PREFIX}/lib/perl5/site_perl/Archie-1.5.pm ${PREFIX}/lib/perl5/site_perl/Archie.pm + @ ${INSTALL_DATA} ${WRKDIR}/archie_gateway ${PREFIX}/lib/perl5/site_perl/ + +.include <bsd.port.mk> |