freebsd-ports/textproc/p5-Search-Sitemap/Makefile
Steve Wills 6934d0f6af textproc/p5-Search-Sitemap: create port
The Sitemap Protocol allows you to inform search engine crawlers about URLs on
your Web sites that are available for crawling. A Sitemap consists of a list of
URLs and may also contain additional information about those URLs, such as when
they were last modified, how frequently they change, etc.

WWW: https://metacpan.org/release/JASONK/Search-Sitemap-2.13
2020-08-15 21:23:53 +00:00

16 lines
306 B
Makefile

# $FreeBSD$
PORTNAME= Search-Sitemap
PORTVERSION= 2.13
CATEGORIES= textproc www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JASONK
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for managing Search Engine Sitemaps
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>