35 lines
816 B
Makefile
35 lines
816 B
Makefile
# $OpenBSD: Makefile,v 1.18 2005/01/27 03:27:04 kevlo Exp $
|
|
|
|
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
|
|
|
COMMENT= "perl module for using OpenSSL"
|
|
|
|
VERSION= 1.25
|
|
DISTNAME= Net_SSLeay.pm-${VERSION}
|
|
PKGNAME= p5-Net-SSLeay-${VERSION}
|
|
CATEGORIES= security perl5
|
|
NOT_FOR_ARCHES= ${NO_SHARED_ARCHES}
|
|
|
|
HOMEPAGE= http://www.bacus.pt/Net_SSLeay/index.html
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= crypto ssl
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PLDIR= ${PREFIX}/share/examples/p5-Net-SSLeay
|
|
SRCDIR= ${WRKSRC}/examples
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PLDIR}
|
|
${INSTALL_SCRIPT} ${SRCDIR}/*.pl ${PLDIR}/
|
|
${INSTALL_DATA} ${SRCDIR}/req.conf ${PLDIR}/req.conf
|
|
|
|
.include <bsd.port.mk>
|