2000-04-17 18:52:43 +00:00
|
|
|
# New ports collection makefile for: p5-Net-SSLeay
|
|
|
|
# Date created: April 17th 2000
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
2000-04-17 18:47:08 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-06-17 02:37:15 +00:00
|
|
|
PORTNAME= Net-SSLeay
|
2000-04-21 08:19:33 +00:00
|
|
|
PORTVERSION= 1.05
|
2000-04-17 18:47:08 +00:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Net
|
2000-06-17 02:37:15 +00:00
|
|
|
DISTNAME= Net_SSLeay.pm-${PORTVERSION}
|
|
|
|
PKGNAMEPREFIX= p5-
|
2000-04-17 18:47:08 +00:00
|
|
|
|
|
|
|
MAINTAINER= andreas@FreeBSD.org
|
|
|
|
|
2000-04-17 19:25:26 +00:00
|
|
|
RESTRICTED= "Cryptography"
|
2000-06-17 02:37:15 +00:00
|
|
|
USE_PERL5= yes
|
|
|
|
USE_OPENSSL= yes
|
2000-04-17 18:47:08 +00:00
|
|
|
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
MAN3= Net::SSLeay.3
|
|
|
|
|
|
|
|
do-configure:
|
2000-06-17 02:37:15 +00:00
|
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
|
|
|
|
${OPENSSLBASE} CC="${CC}" CCFLAGS="${CFLAGS}"
|
2000-04-17 18:47:08 +00:00
|
|
|
|
2000-06-17 02:37:15 +00:00
|
|
|
.include <bsd.port.mk>
|