2000-04-17 20:52:43 +02:00
|
|
|
# New ports collection makefile for: p5-Net-SSLeay
|
|
|
|
# Date created: April 17th 2000
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
2000-04-17 20:47:08 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-06-17 04:37:15 +02:00
|
|
|
PORTNAME= Net-SSLeay
|
2002-08-08 19:22:21 +02:00
|
|
|
PORTVERSION= 1.17
|
2000-04-17 20:47:08 +02:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Net
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2001-10-03 23:23:48 +02:00
|
|
|
DISTNAME= Net_SSLeay.pm-${PORTVERSION}
|
2000-04-17 20:47:08 +02:00
|
|
|
|
2001-10-03 23:23:48 +02:00
|
|
|
MAINTAINER= shell@shellhung.org
|
2000-04-17 20:47:08 +02:00
|
|
|
|
2000-04-17 21:25:26 +02:00
|
|
|
RESTRICTED= "Cryptography"
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2001-03-05 09:39:33 +01:00
|
|
|
CONFIGURE_ARGS+= "/usr"
|
2000-06-17 04:37:15 +02:00
|
|
|
USE_OPENSSL= yes
|
2000-04-17 20:47:08 +02:00
|
|
|
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
2001-10-03 23:23:48 +02:00
|
|
|
MAN3= Net::SSLeay.3 Net::SSLeay::Handle.3
|
|
|
|
|
|
|
|
PLDIR= ${PREFIX}/share/examples/p5-Net-SSLeay
|
|
|
|
SRCDIR= ${WRKSRC}/examples
|
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${PLDIR}
|
|
|
|
${INSTALL_SCRIPT} ${SRCDIR}/*.pl ${PLDIR}/
|
|
|
|
${INSTALL_DATA} ${SRCDIR}/req.conf ${PLDIR}/req.conf
|
|
|
|
.endif
|
2000-04-17 20:47:08 +02:00
|
|
|
|
2000-06-17 04:37:15 +02:00
|
|
|
.include <bsd.port.mk>
|