summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1998-11-01 16:51:39 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1998-11-01 16:51:39 +0000
commit5c36861a119e97498c1c1eb5fceaba88cb997a14 (patch)
treeccc56a79480ec49636a2ed8c6218f79aab3318b6 /ports-mgmt
parentAdded portcheckout. (diff)
Says that the port uses perl5 for building and running
Notes
Notes: svn path=/head/; revision=14285
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portcheckout/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/ports-mgmt/portcheckout/Makefile b/ports-mgmt/portcheckout/Makefile
index e348e98a925a..2ed652d6bc55 100644
--- a/ports-mgmt/portcheckout/Makefile
+++ b/ports-mgmt/portcheckout/Makefile
@@ -3,7 +3,7 @@
# Date created: 1 November 1998
# Whom: wosch
#
-# $Id:$
+# $Id: Makefile,v 1.1.1.1 1998/11/01 16:42:29 wosch Exp $
DISTNAME= portcheckout-1.0
CATEGORIES= devel
@@ -11,4 +11,6 @@ MASTER_SITES= http://www.freebsd.org/~wosch/src/
MAINTAINER= wosch@FreeBSD.org
+USE_PERL5= YES
+
.include <bsd.port.mk>