freebsd-ports/security/p5-IO-Socket-SSL/Makefile
Yen-Ming Lee 94b64b934c - Update to 1.01
- reset MAINTAINER

PR:		100670 101270 101832 102124 103248
Submitted by:	tjs at cdpa.nsysu.edu.tw and gslin at gslin.org
Approved by:	maintainer timeout
2006-09-21 23:22:21 +00:00

37 lines
842 B
Makefile

# New ports collection makefile for: p5-IO-Socket-SSL
# Date created: October 27th 2000
# Whom: Marc G. Fournier <scrappy@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= IO-Socket-SSL
PORTVERSION= 1.01
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to SSL sockets
RUN_DEPENDS= p5-Net-SSLeay>=1.21:${PORTSDIR}/security/p5-Net-SSLeay
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= IO::Socket::SSL.3
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/example/* ${EXAMPLESDIR}
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500702
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>