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.
25 lines
700 B
Makefile
25 lines
700 B
Makefile
# $NetBSD: Makefile,v 1.23 2013/05/31 12:41:55 wiz Exp $
|
|
|
|
DISTNAME= Crypt-SSLeay-0.64
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
SVR4_PKGNAME= p5csl
|
|
CATEGORIES= security perl5 www
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Crypt-SSLeay/
|
|
COMMENT= Crypt::SSLeay - OpenSSL glue that provides LWP https support
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
PERL5_PACKLIST= auto/Crypt/SSLeay/.packlist
|
|
|
|
MAKE_ENV+= PERL_MM_USE_DEFAULT=1
|
|
MAKE_PARAMS+= --lib=${SSLBASE}
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|