2000-02-18 13:11:52 +01:00
|
|
|
# New ports collection makefile for: p5-Crypt-DES
|
|
|
|
# Date created: October 20th 1996
|
|
|
|
# Whom: Mark Murray <markm@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-06-17 04:37:15 +02:00
|
|
|
PORTNAME= Crypt-CBC
|
2000-07-22 12:44:52 +02:00
|
|
|
PORTVERSION= 1.25
|
2000-02-18 13:11:52 +01:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Crypt
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2000-02-18 13:11:52 +01:00
|
|
|
|
|
|
|
MAINTAINER= markm@FreeBSD.org
|
|
|
|
|
2001-03-23 08:17:05 +01:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
|
2000-02-18 13:11:52 +01:00
|
|
|
|
|
|
|
RESTRICTED= "Crypto; export-controlled"
|
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2000-02-18 13:11:52 +01:00
|
|
|
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
MAN3= Crypt::CBC.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|