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
606 B
Makefile
22 lines
606 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/05/31 12:41:41 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= RadiusPerl-0.17
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 4
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/M/MA/MANOWAR/
|
|
|
|
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-0.17
|
|
PERL5_PACKLIST= auto/Authen/Radius/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|