openbsd-ports/security/p5-Net_SSLeay/Makefile

40 lines
833 B
Makefile
Raw Normal View History

2010-11-20 12:22:40 -05:00
# $OpenBSD: Makefile,v 1.34 2010/11/20 17:22:44 espie Exp $
SHARED_ONLY= Yes
COMMENT= perl module for using OpenSSL
2010-05-18 13:37:20 -04:00
DISTNAME= Net-SSLeay-1.36
2010-09-24 11:37:42 -04:00
REVISION= 0
CATEGORIES= security
MAINTAINER= Alexander Bluhm <bluhm@openbsd.org>
2009-05-30 00:46:30 -04:00
HOMEPAGE= http://alioth.debian.org/projects/net-ssleay
# same terms as OpenSSL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= crypto ssl z
MODULES= cpan
2010-11-20 12:22:40 -05:00
USE_GROFF = Yes
REGRESS_DEPENDS= devel/p5-Test-Exception \
devel/p5-Test-Warn \
devel/p5-Test-NoWarnings \
devel/p5-Test-Pod \
devel/p5-Test-Pod-Coverage
2010-10-03 11:10:07 -04:00
MODCPAN_EXAMPLES= Yes
SRCDIR= ${WRKSRC}/${MODCPAN_EXAMPLES_DIST}
post-install:
2010-10-03 11:10:07 -04:00
${MODCPAN_POST_INSTALL}
${INSTALL_DATA} ${SRCDIR}/*.conf ${SRCDIR}/*.pem ${MODCPAN_EXAMPLES_DIR}
.include <bsd.port.mk>