17 lines
263 B
Makefile
17 lines
263 B
Makefile
COMMENT= find URIs in arbitrary text
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= URI-Find-20160806
|
|
CATEGORIES= www
|
|
|
|
# Artistic/GPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
RUN_DEPENDS= www/p5-URI>=1.00
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|