2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Pete Fritchman <petef@databits.net>
|
2001-08-15 13:33:32 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= URI-Find
|
2011-11-05 17:09:05 +01:00
|
|
|
PORTVERSION= 20111103
|
2001-08-15 13:33:32 +02:00
|
|
|
CATEGORIES= textproc net perl5
|
2011-06-21 08:58:49 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-08-15 13:33:32 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-02-11 13:27:15 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl module to find URIs in arbitrary text
|
2001-08-15 13:33:32 +02:00
|
|
|
|
2011-10-21 08:32:45 +02:00
|
|
|
BUILD_DEPENDS= p5-URI>=1:${PORTSDIR}/net/p5-URI
|
2013-11-07 04:52:41 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2001-08-15 13:33:32 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= modbuild
|
2001-08-15 13:33:32 +02:00
|
|
|
|
2012-12-17 07:32:13 +01:00
|
|
|
.include <bsd.port.mk>
|