summaryrefslogblamecommitdiff
path: root/security/p5-Crypt-Rijndael/Makefile
blob: 0fb5e0ba62d5824db445f160cee9737400a87efb (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                
                    






                                        
                   

                                                                                             




                                                   
# 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>