aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Orchard-Perl/Makefile
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-11-30 12:52:45 +0800
committerpetef <petef@FreeBSD.org>2001-11-30 12:52:45 +0800
commita7709265e8da90e531b6aa073968396f84703268 (patch)
tree6d6ea943a1a8038375f55a1fcb50552a1be999b7 /textproc/p5-Orchard-Perl/Makefile
parent1cfeb90260da2f872403b1e61d32574594b2df9c (diff)
downloadfreebsd-ports-gnome-a7709265e8da90e531b6aa073968396f84703268.tar.gz
freebsd-ports-gnome-a7709265e8da90e531b6aa073968396f84703268.tar.zst
freebsd-ports-gnome-a7709265e8da90e531b6aa073968396f84703268.zip
Add p5-Orchard-Perl-0.03, a Perl interface to Orchard-C
PR: 32324 Submitted by: Sergey Skvortsov <skv@protey.ru>
Diffstat (limited to 'textproc/p5-Orchard-Perl/Makefile')
-rw-r--r--textproc/p5-Orchard-Perl/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/p5-Orchard-Perl/Makefile b/textproc/p5-Orchard-Perl/Makefile
new file mode 100644
index 000000000000..332ea0a8fffa
--- /dev/null
+++ b/textproc/p5-Orchard-Perl/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Orchard::Perl
+# Date created: 22 Nov 2001
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Orchard-Perl
+PORTVERSION= 0.03
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= orchard
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@protey.ru
+
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
+LIB_DEPENDS= orchard.0:${PORTSDIR}/textproc/orchard
+
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>