2006-08-09 05:51:27 +02:00
|
|
|
# New ports collection makefile for: p5-PerlCryptLib
|
|
|
|
# Date created: 2006-08-08
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= PerlCryptLib
|
2010-11-01 02:47:34 +01:00
|
|
|
PORTVERSION= 1.11
|
2006-08-09 05:51:27 +02:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-08-09 05:51:27 +02:00
|
|
|
MASTER_SITE_SUBDIR= ../../authors/id/A/AL/ALVAROL
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-11-14 08:29:47 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-08-09 05:51:27 +02:00
|
|
|
COMMENT= Perl interface to Peter Guttman cryptlib API
|
|
|
|
|
|
|
|
LIB_DEPENDS= cl:${PORTSDIR}/security/cryptlib
|
|
|
|
|
2008-12-12 02:59:19 +01:00
|
|
|
PERL_CONFIGURE= 5.8.0+
|
2006-08-09 05:51:27 +02:00
|
|
|
|
|
|
|
MAN3= PerlCryptLib.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|