aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WWW-Mechanize-Meta/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-08-08 06:10:46 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-08-08 06:10:46 +0000
commit2731077aae34ad5eacaadb2933764ce13dc2c2a6 (patch)
tree8a7b5fc88e7a593b912393b6a5ca8b47ca75e61d /www/p5-WWW-Mechanize-Meta/Makefile
parent9412300394b5757d3752868b01d44c2000be545a (diff)
downloadports-2731077aae34ad5eacaadb2933764ce13dc2c2a6.tar.gz
ports-2731077aae34ad5eacaadb2933764ce13dc2c2a6.zip
Notes
Diffstat (limited to 'www/p5-WWW-Mechanize-Meta/Makefile')
-rw-r--r--www/p5-WWW-Mechanize-Meta/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/p5-WWW-Mechanize-Meta/Makefile b/www/p5-WWW-Mechanize-Meta/Makefile
new file mode 100644
index 000000000000..15de2fa82466
--- /dev/null
+++ b/www/p5-WWW-Mechanize-Meta/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: p5-URI-SmartURI
+# Date created: 2008-07-09
+# Whom: Oleg Mamontov <oleg@mamontov.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= WWW-Mechanize-Meta
+PORTVERSION= 0.06
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= oleg@mamontov.net
+COMMENT= Adds HEAD tag parsing to WWW::Mechanize
+
+RUN_DEPENDS= p5-WWW-Mechanize>=1.20:${PORTSDIR}/www/p5-WWW-Mechanize
+BUILD_DEPENDS= ${RUN_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= WWW::Mechanize::Meta.3
+
+.include <bsd.port.mk>