summaryrefslogtreecommitdiff
path: root/ports-mgmt/p5-FreeBSD-Ports/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/p5-FreeBSD-Ports/Makefile')
-rw-r--r--ports-mgmt/p5-FreeBSD-Ports/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/ports-mgmt/p5-FreeBSD-Ports/Makefile b/ports-mgmt/p5-FreeBSD-Ports/Makefile
deleted file mode 100644
index 5e51cc112720..000000000000
--- a/ports-mgmt/p5-FreeBSD-Ports/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: p5-FreeBSD-Ports
-# Date created: 12 September 2001
-# Whom: Tom Hukins <tom@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= FreeBSD-Ports
-PORTVERSION= 0.03
-CATEGORIES= textproc perl5
-MASTER_SITES= http://people.FreeBSD.org/~tom/portpm/
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= tom@FreeBSD.org
-
-USE_BZIP2= yes
-
-PERL_CONFIGURE= yes
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= FreeBSD::Ports::Port.3 \
- FreeBSD::Ports.3
-.include <bsd.port.mk>