mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
bc02afde05
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
30 lines
648 B
Makefile
30 lines
648 B
Makefile
# New ports collection makefile for: www/p5-URI-Sequin
|
|
# Date created: 25 April 2001
|
|
# Whom: 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
|
|
|
|
PERL_CONFIGURE= 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>
|