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
|
2002-02-20 15:41:07 +00:00
|
|
|
PORTVERSION= 1.13
|
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
|
|
|
PKGNAMEPREFIX= p5-
|
2001-10-03 21:23:48 +00:00
|
|
|
DISTNAME= Net_SSLeay.pm-${PORTVERSION}
|
2000-04-17 18:47:08 +00:00
|
|
|
|
2001-10-03 21:23:48 +00:00
|
|
|
MAINTAINER= shell@shellhung.org
|
2000-04-17 18:47:08 +00:00
|
|
|
|
2000-04-17 19:25:26 +00:00
|
|
|
RESTRICTED= "Cryptography"
|
2001-03-01 06:39:18 +00:00
|
|
|
PERL_CONFIGURE= yes
|
2001-03-05 08:39:33 +00:00
|
|
|
CONFIGURE_ARGS+= "/usr"
|
2000-06-17 02:37:15 +00:00
|
|
|
USE_OPENSSL= yes
|
2000-04-17 18:47:08 +00:00
|
|
|
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
2001-10-03 21:23:48 +00: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 18:47:08 +00:00
|
|
|
|
2000-06-17 02:37:15 +00:00
|
|
|
.include <bsd.port.mk>
|