aboutsummaryrefslogtreecommitdiff
path: root/www/p5-URI-Sequin/Makefile
blob: d44cfdfb0b211f9e000a313a2e9c85b6543376fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Anton Berezin <tobez@tobez.org>
# $FreeBSD$

PORTNAME=	URI-Sequin
PORTVERSION=	1.2
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:SARGIE
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@FreeBSD.org
COMMENT=	Extract information from the URLs of Search-Engines

USES=		perl5
USE_PERL5=	configure
NO_STAGE=	yes

MAN3=		URI::Sequin.3

.ifndef (NOPORTDOCS)
post-install:
	@${MKDIR} ${PREFIX}/${SITE_PERL_REL}/URI/Sequin/examples
	@${INSTALL_DATA} ${WRKSRC}/example.pl ${WRKSRC}/ref?.log \
		${PREFIX}/${SITE_PERL_REL}/URI/Sequin/examples
.endif

.include <bsd.port.mk>