2000-09-19 18:10:53 +02:00
|
|
|
# New ports collection makefile for: p5-Crypt-Blowfish
|
|
|
|
# Date created: 2000/09/18
|
|
|
|
# Whom: patrick@mindstep.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Crypt-Blowfish
|
2002-09-21 08:54:43 +02:00
|
|
|
PORTVERSION= 2.09
|
2000-09-19 18:10:53 +02:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Crypt
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= patrick@mindstep.com
|
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2000-09-19 18:10:53 +02:00
|
|
|
|
|
|
|
MAN3= Crypt::Blowfish.3
|
|
|
|
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|