diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-04 23:56:42 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-04 23:56:42 +0000 |
commit | 89932ed0a8b97509e3e65fee08e2964b7d237ee6 (patch) | |
tree | 12c1c08fe1515073c89277cab91964b74ca6ce74 /security/p5-Crypt-Blowfish_PP/Makefile | |
parent | c64b4ba9f091c6943469d5e686eb1dd2a9bfcd1e (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-Blowfish_PP/Makefile')
-rw-r--r-- | security/p5-Crypt-Blowfish_PP/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/security/p5-Crypt-Blowfish_PP/Makefile b/security/p5-Crypt-Blowfish_PP/Makefile new file mode 100644 index 000000000000..d00547af239a --- /dev/null +++ b/security/p5-Crypt-Blowfish_PP/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Crypt-Blowfish_PP +# Date created: Sep 30, 2002 +# Whom: Jim Geovedi <jim@corebsd.or.id> +# +# $FreeBSD$ +# + +PORTNAME= Crypt-Blowfish_PP +PORTVERSION= 1.12 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= jim@corebsd.or.id + +PERL_CONFIGURE= yes + +MAN3= Crypt::Blowfish_PP.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> |