aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-Depends/Makefile
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-10-18 12:28:24 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-10-18 12:28:24 +0000
commitd8aaaf641331c01e3b66ffab4ccb7d4c3a6aad8a (patch)
tree16198d6328ef77d814a30d5cb6494df486b9337d /devel/p5-ExtUtils-Depends/Makefile
parentbb17b7113fb5de6fb0a95b4ae21ba2ed06c4e5ca (diff)
downloadports-d8aaaf641331c01e3b66ffab4ccb7d4c3a6aad8a.tar.gz
ports-d8aaaf641331c01e3b66ffab4ccb7d4c3a6aad8a.zip
Add p5-ExtUtils-Depends 0.102,
easily build XS extensions that depend on XS extensions.
Notes
Notes: svn path=/head/; revision=91567
Diffstat (limited to 'devel/p5-ExtUtils-Depends/Makefile')
-rw-r--r--devel/p5-ExtUtils-Depends/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-ExtUtils-Depends/Makefile b/devel/p5-ExtUtils-Depends/Makefile
new file mode 100644
index 000000000000..198ba79c68ad
--- /dev/null
+++ b/devel/p5-ExtUtils-Depends/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: ExtUtils-Depends
+# Date created: 18 October 2003
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ExtUtils-Depends
+PORTVERSION= 0.102
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ExtUtils
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+COMMENT= Easily build XS extensions that depend on XS extensions
+
+PERL_CONFIGURE= yes
+
+MAN3= ExtUtils::Depends.3
+
+.include <bsd.port.mk>