e315126bb3
This module does one thing: Finds URIs and URLs in plain text. It finds them quickly and it finds them all (or what URI::URL considers a URI to be.) From Jasper Lievisse Adriaanse <jasper at nedbsd.nl>.
26 lines
537 B
Makefile
26 lines
537 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/03/31 18:42:19 bernd Exp $
|
|
|
|
COMMENT= "find URIs in arbitrary text"
|
|
DISTNAME= URI-Find-0.16
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
|
|
|
# Artistic/GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
RUN_DEPENDS= :p5-URI->=1.00:www/p5-URI
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|