summaryrefslogtreecommitdiff
path: root/www/p5-Sledge-Plugin-Dumper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Sledge-Plugin-Dumper/Makefile')
-rw-r--r--www/p5-Sledge-Plugin-Dumper/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/www/p5-Sledge-Plugin-Dumper/Makefile b/www/p5-Sledge-Plugin-Dumper/Makefile
new file mode 100644
index 000000000000..0c7a05399c60
--- /dev/null
+++ b/www/p5-Sledge-Plugin-Dumper/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: p5-Sledge-Plugin-Dumper
+# Date created: 27 February 2003
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Sledge-Plugin-Dumper
+PORTVERSION= 0.03
+CATEGORIES= www perl5
+MASTER_SITES= http://downloads.sourceforge.jp/sledge/2361/
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= knu@FreeBSD.org
+COMMENT= A Sledge plug-in that automatically calls Data::Dumper
+
+BUILD_DEPENDS= ${PM_DEPENDS}
+RUN_DEPENDS= ${PM_DEPENDS}
+
+PM_DEPENDS= ${SITE_PERL}/Sledge.pm:${PORTSDIR}/www/p5-Sledge
+
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+
+PERL_CONFIGURE= yes
+
+MAN3= Sledge::Plugin::Dumper.3
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>