28 lines
512 B
Makefile
28 lines
512 B
Makefile
|
# New ports collection makefile for: p5-Crypt-Cryptix
|
||
|
# Date created: 10 August 2001
|
||
|
# Whom: markm@FreeBSD.org
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= Cryptix
|
||
|
PORTVERSION= 1.16
|
||
|
CATEGORIES= security perl5
|
||
|
MASTER_SITES= http://www.cryptix.org/dist/
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= markm@FreeBSD.org
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= Crypt::DES.3 \
|
||
|
Crypt::IDEA.3 \
|
||
|
Crypt::Blowfish.3 \
|
||
|
Math::PRSG.3 \
|
||
|
Math::BigInteger.3 \
|
||
|
Math::TrulyRandom.3
|
||
|
|
||
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||
|
|
||
|
.include <bsd.port.mk>
|