72ea7e696b
With hat: portmgr Sponsored by: Absolight
22 lines
472 B
Makefile
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>
|