freebsd-ports/www/p5-HTML-Location/Makefile
Jun Kuriyama bb44e6d1a5 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 1).

Approved by:	portmgr (itetcu)
2010-01-20 01:28:55 +00:00

27 lines
689 B
Makefile

# New ports collection makefile for: p5-HTML-Location
# Date created: 08 September 2007
# Whom: 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
PERL_CONFIGURE= yes
MAN3= HTML::Location.3
.include <bsd.port.mk>