# Created by: Anton Berezin <tobez@tobez.org>
# $FreeBSD: tags/RELEASE_11_0_0/www/p5-URI-Sequin/Makefile 373448 2014-11-26 13:08:24Z mat $

PORTNAME=	URI-Sequin
PORTVERSION=	1.2
PORTREVISION=	1
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

OPTIONS_DEFINE=	DOCS

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

.include <bsd.port.mk>
