freebsd-ports/www/p5-URI-Sequin/Makefile

30 lines
665 B
Makefile
Raw Normal View History

# New ports collection makefile for: www/p5-URI-Sequin
# Date created: 25 April 2001
# Whom: Anton Berezin <tobez@tobez.org>
#
# $FreeBSD$
#
2001-10-30 13:40:56 +01:00
PORTNAME= URI-Sequin
2003-12-23 13:07:30 +01:00
PORTVERSION= 1.2
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/S/SA/SARGIE
2001-10-30 13:40:56 +01:00
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Extract information from the URLs of Search-Engines
PERL_CONFIGURE= yes
MAN3= URI::Sequin.3
.ifndef (NOPORTDOCS)
post-install:
@${MKDIR} ${PREFIX}/${SITE_PERL_REL}/URI/Sequin/examples
2001-10-30 13:40:56 +01:00
@${INSTALL_DATA} ${WRKSRC}/example.pl ${WRKSRC}/ref?.log \
${PREFIX}/${SITE_PERL_REL}/URI/Sequin/examples
.endif
.include <bsd.port.mk>