2007-09-13 22:15:05 +02:00
|
|
|
# New ports collection makefile for: p5-HTML-Location
|
|
|
|
# Date created: 08 September 2007
|
|
|
|
# Whom: coryking
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTML-Location
|
2008-08-03 16:25:06 +02:00
|
|
|
PORTVERSION= 1.03
|
2010-01-20 02:28:55 +01:00
|
|
|
PORTREVISION= 1
|
2007-09-13 22:15:05 +02:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-09-13 22:15:05 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= coryking@mozimedia.com
|
|
|
|
COMMENT= Working with disk to URI file mappings (deprecated: see URI::ToDisk)
|
|
|
|
|
2010-01-20 02:28:55 +01:00
|
|
|
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
|
2007-09-13 22:15:05 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= HTML::Location.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|