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
|
2005-12-31 11:00:16 +01:00
|
|
|
PORTVERSION= 1.30
|
2006-01-10 09:40:12 +01:00
|
|
|
PORTREVISION= 1
|
2000-04-17 20:47:08 +02:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
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
|
|
|
|
2005-12-31 11:00:16 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Perl5 interface to SSL
|
2000-04-17 20:47:08 +02:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2006-01-10 09:40:12 +01:00
|
|
|
CONFIGURE_ARGS= "${OPENSSLBASE}"
|
2000-06-17 04:37:15 +02:00
|
|
|
USE_OPENSSL= yes
|
2000-04-17 20:47:08 +02:00
|
|
|
|
2001-10-03 23:23:48 +02:00
|
|
|
MAN3= Net::SSLeay.3 Net::SSLeay::Handle.3
|
|
|
|
|
|
|
|
SRCDIR= ${WRKSRC}/examples
|
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
2004-08-19 15:30:27 +02:00
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_SCRIPT} ${SRCDIR}/*.pl ${EXAMPLESDIR}/
|
|
|
|
${INSTALL_DATA} ${SRCDIR}/req.conf ${EXAMPLESDIR}/req.conf
|
2001-10-03 23:23:48 +02:00
|
|
|
.endif
|
2000-04-17 20:47:08 +02:00
|
|
|
|
2007-09-08 02:45:08 +02:00
|
|
|
.include <bsd.port.mk>
|