1996-10-24 10:33:54 +02:00
|
|
|
# New ports collection makefile for: p5-Crypt-DES
|
|
|
|
# Date created: October 20th 1996
|
|
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1996-10-24 10:33:54 +02:00
|
|
|
#
|
|
|
|
|
2000-06-17 04:37:15 +02:00
|
|
|
PORTNAME= Crypt-DES
|
2001-02-26 04:30:17 +01:00
|
|
|
PORTVERSION= 2.03
|
1997-04-20 15:53:29 +02:00
|
|
|
CATEGORIES= security perl5
|
1996-11-17 08:58:10 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Crypt
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1996-10-24 10:33:54 +02:00
|
|
|
|
2000-10-23 23:03:11 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1996-10-24 10:33:54 +02:00
|
|
|
|
1998-09-26 20:51:23 +02:00
|
|
|
RESTRICTED= "Crypto; export-controlled"
|
1998-09-03 15:45:47 +02:00
|
|
|
|
2001-02-26 04:30:17 +01:00
|
|
|
PERL_CONFIGURE= yes
|
1996-10-24 10:33:54 +02:00
|
|
|
|
1998-09-26 20:51:23 +02:00
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
1996-11-17 08:58:10 +01:00
|
|
|
MAN3= Crypt::DES.3
|
|
|
|
|
1996-10-24 10:33:54 +02:00
|
|
|
.include <bsd.port.mk>
|