diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 16:47:32 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 16:47:32 +0800 |
commit | 89a0859397e36f9ec9fcf6c32af1a07dc713705a (patch) | |
tree | 4968f80d47dfae13546d9d9ce93d50ac4bb0c435 /security/p5-Crypt-IDEA/Makefile | |
parent | 2c4b21d4ca76c3c5b007973ee2d9f9dfca4f1ccd (diff) | |
download | freebsd-ports-gnome-89a0859397e36f9ec9fcf6c32af1a07dc713705a.tar.gz freebsd-ports-gnome-89a0859397e36f9ec9fcf6c32af1a07dc713705a.tar.zst freebsd-ports-gnome-89a0859397e36f9ec9fcf6c32af1a07dc713705a.zip |
Use MASTER_SITE_PERL_CPAN. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'security/p5-Crypt-IDEA/Makefile')
-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 |