d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
22 lines
612 B
Makefile
22 lines
612 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/05/31 12:41:57 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= OpenSSL-0.09
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 6
|
|
SVR4_PKGNAME= p5osl
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OE/OESI/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/OpenSSL/
|
|
COMMENT= Perl5 wrapper module for the OpenSSL functions
|
|
#LICENSE= gnu-gpl-v2 # under same terms as Perl
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
PERL5_PACKLIST= auto/OpenSSL/.packlist
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|