freebsd-ports/security/p5-Crypt-SSLeay/Makefile
Patrick Li 2e7ba9160b Update to 0.45
PR:		ports/41272
Submitted by:	maintainer
2002-08-03 00:21:38 +00:00

29 lines
781 B
Makefile

# New ports collection makefile for: p5-Crypt-SSLeay
# Date created: December-15-2000
# Whom: Alfred Perlstein <alfred@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= Crypt-SSLeay
PORTVERSION= 0.45
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
MAINTAINER= erwin@lansing.dk
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI/URL.pm:${PORTSDIR}/net/p5-URI
RUN_DEPENDS= ${BUILD_DEPENDS}
RESTRICTED= "Crypto; export-controlled"
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= "/usr"
USE_OPENSSL= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Crypt::SSLeay.3
.include <bsd.port.mk>