summaryrefslogtreecommitdiff
path: root/devel/p5-constant/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-01-31 12:19:55 +0000
committerwiz <wiz@pkgsrc.org>2015-01-31 12:19:55 +0000
commit7bed2faa717bb0254059e14ba2111e0daf19abc7 (patch)
treea40104bb70f12a5ab54b8cb0212152cf9cf1ee80 /devel/p5-constant/Makefile
parent962f6fdc2eccf85dbbfbfcd9872b003d926906d3 (diff)
downloadpkgsrc-7bed2faa717bb0254059e14ba2111e0daf19abc7.tar.gz
Remove p5-constant. Included in perl since 5.004, and current CPAN version
is older than current version incuded in perl itself. No point in having this separately as well.
Diffstat (limited to 'devel/p5-constant/Makefile')
-rw-r--r--devel/p5-constant/Makefile18
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"