freebsd-ports/www/p5-HTML-Location/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

22 lines
472 B
Makefile

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