summaryrefslogtreecommitdiffstats
path: root/devel/p5-Config-Options/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Config-Options/Makefile')
-rw-r--r--devel/p5-Config-Options/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/p5-Config-Options/Makefile b/devel/p5-Config-Options/Makefile
deleted file mode 100644
index 789a06e..0000000
--- a/devel/p5-Config-Options/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: p5-Config-Options
-# Date created: September 15 2008
-# Whom: Martin Wilke <miwi@FreeBSD.org>
-#
-# $FreeBSD$
-
-PORTNAME= Config-Options
-PORTVERSION= 0.08
-CATEGORIES= devel perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= miwi@FreeBSD.org
-COMMENT= provide a configuration hash with options
-
-PERL_CONFIGURE= yes
-
-MAN3= Config::Options.3 \
- Config::Options::Threaded.3
-
-.include <bsd.port.mk>