pkgsrc/net/p5-RadiusPerl/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

22 lines
602 B
Makefile

# $NetBSD: Makefile,v 1.13 2015/06/12 10:50:50 wiz Exp $
#
DISTNAME= RadiusPerl-0.22
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/RadiusPerl/
COMMENT= Provide simple Radius client facilities
LICENSE= artistic-2.0
DEPENDS+= p5-Data-HexDump>=0.02:../../textproc/p5-Data-HexDump
WRKSRC= ${WRKDIR}/Authen-Radius-${PKGVERSION_NOREV}
PERL5_PACKLIST= auto/Authen/Radius/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"