diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2006-04-14 23:06:16 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2006-04-14 23:06:16 +0000 |
commit | d40ad636ad9d9935a340ec5980f36da425a1d47f (patch) | |
tree | 0788646697e09c7f745124449423767e7ae15003 /textproc/p5-WWW-Google-SiteMap/Makefile | |
parent | 5ee761961b5a555d9785d254693923d1729b5785 (diff) |
Notes
Diffstat (limited to 'textproc/p5-WWW-Google-SiteMap/Makefile')
-rw-r--r-- | textproc/p5-WWW-Google-SiteMap/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/textproc/p5-WWW-Google-SiteMap/Makefile b/textproc/p5-WWW-Google-SiteMap/Makefile new file mode 100644 index 000000000000..7526d27d19de --- /dev/null +++ b/textproc/p5-WWW-Google-SiteMap/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-WWW-Google-SiteMap +# Date created: 2006-04-15 +# Whom: nork@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= WWW-Google-SiteMap +PORTVERSION= 1.08 +CATEGORIES= textproc www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= WWW +PKGNAMEPREFIX= p5- + +MAINTAINER= nork@FreeBSD.org +COMMENT= Perl extension for managing Google SiteMaps + +BUILD_DEPENDS= ${SITE_PERL}/XML/Twig.pm:${PORTSDIR}/textproc/p5-XML-Twig \ + ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= WWW::Google::SiteMap.3 \ + WWW::Google::SiteMap::Index.3 \ + WWW::Google::SiteMap::Ping.3 \ + WWW::Google::SiteMap::Robot.3 \ + WWW::Google::SiteMap::URL.3 + +.include <bsd.port.mk> |