d5c846b3af
The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
29 lines
1,010 B
Makefile
29 lines
1,010 B
Makefile
# $NetBSD: Makefile,v 1.15 2019/06/30 20:17:20 nia Exp $
|
|
#
|
|
|
|
DISTNAME= Apache2-AuthCASSimple-0.10
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 10
|
|
CATEGORIES= www security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache2/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Apache2-AuthCASSimple
|
|
COMMENT= Apache2 module to authenticate through a CAS server
|
|
#LICENSE= artistic OR gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= # empty
|
|
MAKE_ENV+= PERL_USE_UNSAFE_INC=1
|
|
PERL5_PACKLIST= auto/Apache2/AuthCASSimple/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
DEPENDS+= p5-Apache-Session-Wrapper-[0-9]*:../../www/p5-Apache-Session-Wrapper
|
|
DEPENDS+= p5-Authen-CAS-Client-[0-9]*:../../security/p5-Authen-CAS-Client
|
|
DEPENDS+= p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay
|
|
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
|
|
|
|
BUILD_DEPENDS+= p5-Pod-Coverage-[0-9]*:../../textproc/p5-Pod-Coverage
|
|
|
|
.include "../../www/ap2-perl/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|