openbsd-ports/security/p5-Net_SSLeay/Makefile
bluhm cb302090df - update p5-Net-SSLeay to 1.38
- note that this breaks p5-Mail-SpamAssassin regression tests,
  as it removes obsolete SSLv2 support
- no USE_GROFF
- adjust Makefile to template
ok sthen
2011-09-19 23:01:16 +00:00

38 lines
817 B
Makefile

# $OpenBSD: Makefile,v 1.35 2011/09/19 23:01:16 bluhm Exp $
SHARED_ONLY = Yes
COMMENT = perl module for using OpenSSL
DISTNAME = Net-SSLeay-1.38
CATEGORIES = security
HOMEPAGE = http://alioth.debian.org/projects/net-ssleay
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# 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
REGRESS_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>