freebsd-ports/textproc/p5-URI-Find/Makefile

29 lines
630 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-URI-Find
# Date created: 13 August 2001
# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#
PORTNAME= URI-Find
2010-05-29 17:27:34 +02:00
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
2009-04-03 16:57:10 +02:00
RUN_DEPENDS= p5-URI>=1.00:${PORTSDIR}/net/p5-URI
2009-03-18 03:29:04 +01:00
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-05-29 17:27:34 +02:00
BUILD_DEPENDS+= p5-Test-Simple>=0.85:${PORTSDIR}/devel/p5-Test-Simple
2009-03-18 03:29:04 +01:00
PERL_MODBUILD= yes
2010-05-05 13:08:28 +02:00
MAN1= urifind.1
MAN3= URI::Find.3 \
URI::Find::Schemeless.3
.include <bsd.port.mk>