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.
19 lines
479 B
Makefile
19 lines
479 B
Makefile
# $NetBSD: Makefile,v 1.2 2013/05/31 12:41:41 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Regexp-IPv6-0.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Regexp/}
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Regexp-IPv6/
|
|
COMMENT= Regular expression for IPv6 addresses
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Regexp/IPv6/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|