f8bfd7de9b
- Add HOMEPAGE - Fixed typo in Net::SSLeay::Handler - Fixed test script
33 lines
763 B
Makefile
33 lines
763 B
Makefile
# $OpenBSD: Makefile,v 1.7 2001/12/18 03:12:13 shell Exp $
|
|
|
|
COMMENT= "perl module for using OpenSSL"
|
|
|
|
VERSION= 1.12
|
|
DISTNAME= Net_SSLeay.pm-${VERSION}
|
|
PKGNAME= p5-Net-SSLeay-${VERSION}
|
|
CATEGORIES= security perl5
|
|
NEED_VERSION= 1.500
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Net
|
|
HOMEPAGE= http://www.bacus.pt/Net_SSLeay/index.html
|
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
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>
|