38 lines
819 B
Makefile
Raw Normal View History

2012-09-25 21:39:40 +00:00
# $OpenBSD: Makefile,v 1.40 2012/09/25 21:39:40 bluhm Exp $
SHARED_ONLY = Yes
COMMENT = perl module for using OpenSSL
2012-09-25 21:39:40 +00:00
DISTNAME = Net-SSLeay-1.49
CATEGORIES = security
HOMEPAGE = http://alioth.debian.org/projects/net-ssleay
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
2009-05-30 04:46:30 +00:00
# same terms as OpenSSL
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
2012-08-23 15:50:05 +00:00
WANTLIB = c crypto ssl z
MODULES = cpan
REGRESS_DEPENDS = devel/p5-Test-Exception \
2010-11-20 17:22:40 +00:00
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:
2010-10-03 15:10:07 +00:00
${MODCPAN_POST_INSTALL}
${INSTALL_DATA} ${SRCDIR}/*.conf ${SRCDIR}/*.pem ${MODCPAN_EXAMPLES_DIR}
.include <bsd.port.mk>