head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.02.54;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2010.01.25.14.00.24;	author kuriyama;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.17.14.30.18;	author araujo;	state Exp;
branches;
next	1.1;

1.1
date	2008.03.09.22.55.32;	author beech;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:   p5-URI-ToDisk
# Date created:		08 March 2008
# Whom:			Cory R King <coryking@@mozimedia.com>
#
# $FreeBSD: head/www/p5-URI-ToDisk/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	URI-ToDisk
PORTVERSION=	1.12
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	coryking@@mozimedia.com
COMMENT=	An object for mapping a URI to an on-disk storage directory

BUILD_DEPENDS=	p5-Clone>=0.23:${PORTSDIR}/devel/p5-Clone \
		p5-URI>=1.35:${PORTSDIR}/net/p5-URI \
		p5-Params-Util>=0.31:${PORTSDIR}/devel/p5-Params-Util
RUN_DEPENDS=	p5-Clone>=0.23:${PORTSDIR}/devel/p5-Clone \
		p5-URI>=1.35:${PORTSDIR}/net/p5-URI \
		p5-Params-Util>=0.31:${PORTSDIR}/devel/p5-Params-Util

PERL_CONFIGURE=	yes

MAN3=		URI::ToDisk.3

.include <bsd.port.mk>
@


1.3
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 5).

Approved by:	portmgr (itetcu)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d10 1
d18 1
a18 2
BUILD_DEPENDS=	p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
		p5-Clone>=0.23:${PORTSDIR}/devel/p5-Clone \
d21 1
a21 2
RUN_DEPENDS=	p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
		p5-Clone>=0.23:${PORTSDIR}/devel/p5-Clone \
@


1.1
log
@- New port p5-URI-ToDisk-1.12

An object for mapping a URI to an on-disk storage directory

PR:		ports/121501
Submitted by:	Cory R King <coryking at mozimedia.com>
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	URI
@

