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
16 lines
306 B
Makefile
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>
|