2001-04-28 15:53:35 +02:00
|
|
|
# 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
|
2001-04-28 15:53:35 +02:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-11-18 23:14:09 +01:00
|
|
|
MASTER_SITE_SUBDIR= ../../authors/id/S/SA/SARGIE
|
2001-10-30 13:40:56 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
2001-04-28 15:53:35 +02:00
|
|
|
|
2001-06-12 21:25:41 +02:00
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Extract information from the URLs of Search-Engines
|
2001-04-28 15:53:35 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= URI::Sequin.3
|
|
|
|
|
2001-11-18 23:14:09 +01:00
|
|
|
.ifndef (NOPORTDOCS)
|
2001-04-28 15:53:35 +02:00
|
|
|
post-install:
|
2009-02-24 14:29:22 +01:00
|
|
|
@${MKDIR} ${PREFIX}/${SITE_PERL_REL}/URI/Sequin/examples
|
2001-10-30 13:40:56 +01:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/example.pl ${WRKSRC}/ref?.log \
|
2009-02-24 14:29:22 +01:00
|
|
|
${PREFIX}/${SITE_PERL_REL}/URI/Sequin/examples
|
2001-11-18 23:14:09 +01:00
|
|
|
.endif
|
2001-04-28 15:53:35 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|