freebsd-ports/textproc/p5-URI-Find/Makefile
Andrej Zverev 302b9a7c36 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro
2011-06-21 06:58:49 +00:00

28 lines
630 B
Makefile

# New ports collection makefile for: p5-URI-Find
# Date created: 13 August 2001
# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#
PORTNAME= URI-Find
PORTVERSION= 20100505
CATEGORIES= textproc net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MSCHWERN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to find URIs in arbitrary text
RUN_DEPENDS= p5-URI>=1.00:${PORTSDIR}/net/p5-URI
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS+= p5-Test-Simple>=0.85:${PORTSDIR}/devel/p5-Test-Simple
PERL_MODBUILD= yes
MAN1= urifind.1
MAN3= URI::Find.3 \
URI::Find::Schemeless.3
.include <bsd.port.mk>