pkgsrc/security/p5-Net-SSLeay/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

22 lines
614 B
Makefile

# $NetBSD: Makefile,v 1.36 2005/08/06 06:19:31 jlam Exp $
DISTNAME= Net_SSLeay.pm-1.26
PKGNAME= p5-${DISTNAME:S/Net_/Net-/:S/.pm//}
SVR4_PKGNAME= p5nsl
PKGREVISION= 1
CATEGORIES= security perl5
#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
# inofficial version
MASTER_SITES= http://www.fas.harvard.edu/~behrooz/
MAINTAINER= shell@NetBSD.org
COMMENT= Perl5 module for using OpenSSL
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Net/SSLeay/.packlist
MAKE_PARAMS= ${SSLBASE}
.include "../../lang/perl5/module.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"