diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-10-24 16:35:48 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-10-24 16:35:48 +0800 |
commit | fee17bae77fdd1ff597bc4a3548c8478f8b4538a (patch) | |
tree | 5e1c5f25e1bd47d447c7ca59a37c1fd742a87c2f /security/p5-Crypt-IDEA/Makefile | |
parent | c019c1b822b3e4cf433e0a67667be367d1fd763f (diff) | |
download | freebsd-ports-gnome-fee17bae77fdd1ff597bc4a3548c8478f8b4538a.tar.gz freebsd-ports-gnome-fee17bae77fdd1ff597bc4a3548c8478f8b4538a.tar.zst freebsd-ports-gnome-fee17bae77fdd1ff597bc4a3548c8478f8b4538a.zip |
perl5 interface to IDEA block cipher.
Diffstat (limited to 'security/p5-Crypt-IDEA/Makefile')
-rw-r--r-- | security/p5-Crypt-IDEA/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile new file mode 100644 index 000000000000..03b51a3ec4cc --- /dev/null +++ b/security/p5-Crypt-IDEA/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-Crypt-IDEA +# Version required: 1.0 +# Date created: October 20th 1996 +# Whom: James FitzGibbon <jfitz@FreeBSD.org> +# +# $Id$ +# + +DISTNAME= Crypt-IDEA-1.0 +PKGNAME= p5-Crypt-IDEA-1.0 +CATEGORIES+= security +MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Crypt/ \ + ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Crypt/ \ + ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Crypt/ \ + ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Crypt/ \ + ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Crypt/ \ + ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Crypt/ + +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 Crypt::IDEA; do \ + gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \ + done +.endif + +.include <bsd.port.mk> |