1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/www/p5-HTML-Location/Makefile
Andrej Zverev 714457bd74 - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 13:37:37 +00:00

23 lines
520 B
Makefile

# Created by: coryking
# $FreeBSD$
PORTNAME= HTML-Location
PORTVERSION= 1.03
PORTREVISION= 1
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:${PORTSDIR}/devel/p5-Clone \
p5-URI>=1.35:${PORTSDIR}/net/p5-URI
RUN_DEPENDS= p5-Clone>=0.23:${PORTSDIR}/devel/p5-Clone \
p5-URI>=1.35:${PORTSDIR}/net/p5-URI
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>