openbsd-ports/www/p5-URI-Find/Makefile
2022-03-11 20:09:36 +00:00

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>