freebsd-ports/security/p5-Crypt-Rijndael/Makefile
Patrick Li 9909a89b31 Update to 0.05
PR:		35123
Submitted by:	Jason Harris <jharris@widomaker.com>
2002-02-20 02:47:14 +00:00

24 lines
546 B
Makefile

# New ports collection makefile for: Crypt-Rijndael
# Date created: Wed Jan 3 16:15:20 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= Crypt-Rijndael
PORTVERSION= 0.05
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
PERL_CONFIGURE= yes
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Rijndael
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Crypt::Rijndael.3
.include <bsd.port.mk>