openbsd-ports/security/p5-Net_SSLeay/Makefile
2013-03-11 11:35:43 +00:00

35 lines
736 B
Makefile

# $OpenBSD: Makefile,v 1.43 2013/03/11 11:41:27 espie Exp $
SHARED_ONLY = Yes
COMMENT = perl module for using OpenSSL
DISTNAME = Net-SSLeay-1.52
CATEGORIES = security
HOMEPAGE = http://alioth.debian.org/projects/net-ssleay
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# same terms as OpenSSL
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c crypto ssl z
MODULES = cpan
TEST_DEPENDS = devel/p5-Test-Exception \
devel/p5-Test-Warn \
devel/p5-Test-NoWarnings \
devel/p5-Test-Pod \
devel/p5-Test-Pod-Coverage
MODCPAN_EXAMPLES = Yes
SRCDIR = ${WRKSRC}/${MODCPAN_EXAMPLES_DIST}
post-install:
${MODCPAN_POST_INSTALL}
${INSTALL_DATA} ${SRCDIR}/*.conf ${SRCDIR}/*.pem ${MODCPAN_EXAMPLES_DIR}
.include <bsd.port.mk>