diff options
Diffstat (limited to 'devel/p5-constant/Makefile')
-rw-r--r-- | devel/p5-constant/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/devel/p5-constant/Makefile b/devel/p5-constant/Makefile deleted file mode 100644 index 0030f6c3532..00000000000 --- a/devel/p5-constant/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: Makefile,v 1.9 2014/10/09 14:06:29 wiz Exp $ - -DISTNAME= constant-1.27 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 -CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=constant/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/constant/ -COMMENT= Perl pragma to declare constants -LICENSE= ${PERL5_LICENSE} - -PERL5_MODULE_TYPE= Module::Build -PERL5_PACKLIST= auto/constant/.packlist - -.include "../../lang/perl5/module.mk" -.include "../../mk/bsd.pkg.mk" |