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