summaryrefslogtreecommitdiff
path: root/math/p5-BigInteger/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/p5-BigInteger/Makefile')
-rw-r--r--math/p5-BigInteger/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/math/p5-BigInteger/Makefile b/math/p5-BigInteger/Makefile
deleted file mode 100644
index 7e64040bdad..00000000000
--- a/math/p5-BigInteger/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2001/04/14 21:43:54 jtb Exp $
-
-DISTNAME= Math-BigInteger-1.0
-PKGNAME= p5-BigInteger-1.0
-CATEGORIES= math perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
-
-MAINTAINER= packages@netbsd.org
-COMMENT= Arbitrary length integer extension module for Perl
-
-USE_PERL5= #defined
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/BigInteger/.packlist
-
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-
-.include "../../mk/bsd.pkg.mk"
-