diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 08:47:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 08:47:32 +0000 |
commit | 95e743d9b7f54b38e314929bd9818276d6b9a767 (patch) | |
tree | 7b7452e2943a03fd24fe849874af553da7194769 /security/p5-Crypt-IDEA | |
parent | d73b9632284adb770c5aa8746fe32ad940f23337 (diff) | |
download | ports-95e743d9b7f54b38e314929bd9818276d6b9a767.tar.gz ports-95e743d9b7f54b38e314929bd9818276d6b9a767.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-IDEA')
-rw-r--r-- | security/p5-Crypt-IDEA/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile index 7f76a0cb1549..d264475aab21 100644 --- a/security/p5-Crypt-IDEA/Makefile +++ b/security/p5-Crypt-IDEA/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.2 1996/10/24 09:58:14 jfitz Exp $ +# $Id: Makefile,v 1.3 1996/11/17 07:57:59 obrien Exp $ # DISTNAME= Crypt-IDEA-1.0 @@ -11,6 +11,7 @@ PKGNAME= p5-Crypt-IDEA-1.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt + MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 |