aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Search-Saryer/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-10-08 14:10:21 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-10-08 14:10:21 +0000
commit4173c41acee38ae91c2aa218e4be1d5b6d1d453a (patch)
treec9fe420f670fe2f8036cde14a2b7f9fde5bcca50 /textproc/p5-Search-Saryer/Makefile
parente02f07d6df38e4d265050dbc9c6410a0e7c84f34 (diff)
downloadports-4173c41acee38ae91c2aa218e4be1d5b6d1d453a.tar.gz
ports-4173c41acee38ae91c2aa218e4be1d5b6d1d453a.zip
Notes
Diffstat (limited to 'textproc/p5-Search-Saryer/Makefile')
-rw-r--r--textproc/p5-Search-Saryer/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/p5-Search-Saryer/Makefile b/textproc/p5-Search-Saryer/Makefile
new file mode 100644
index 000000000000..ab9153b9220c
--- /dev/null
+++ b/textproc/p5-Search-Saryer/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: Search::Saryer
+# Date created: 8 October 2002
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Search-Saryer
+PORTVERSION= 0.10
+CATEGORIES= textproc perl5
+MASTER_SITES= ftp://ftp.namazu.org/sary/perl/
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= knu@FreeBSD.org
+
+LIB_DEPENDS= sary.8:${PORTSDIR}/textproc/sary
+
+PERL_CONFIGURE= yes
+
+MAN3= Search::Saryer.3
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>