freebsd-ports/www/p5-HTML-Location/Makefile
2021-04-06 16:31:07 +02:00

21 lines
460 B
Makefile

# Created by: coryking
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)
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>