opnsense-ports/www/p5-HTML-Location/Makefile
2022-09-07 22:33:21 +02:00

20 lines
485 B
Makefile

PORTNAME= HTML-Location
PORTVERSION= 1.03
PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= coryking@mozimedia.com
COMMENT= Working with disk to URI file mappings (deprecated: see URI::ToDisk)
WWW= https://metacpan.org/release/HTML-Location
BUILD_DEPENDS= p5-Clone>=0.23:devel/p5-Clone \
p5-URI>=1.35:net/p5-URI
RUN_DEPENDS= p5-Clone>=0.23:devel/p5-Clone \
p5-URI>=1.35:net/p5-URI
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>