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
|
2001-05-10 03:20:55 +02:00
|
|
|
PORTVERSION= 1.07
|
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
|
|
|
DISTNAME= Net_SSLeay.pm-${PORTVERSION}
|
|
|
|
PKGNAMEPREFIX= p5-
|
2000-04-17 20:47:08 +02:00
|
|
|
|
2001-01-03 23:23:28 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.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}
|
|
|
|
MAN3= Net::SSLeay.3
|
|
|
|
|
2000-06-17 04:37:15 +02:00
|
|
|
.include <bsd.port.mk>
|