View | Details | Raw Unified | Return to bug 176004
Collapse All | Expand All

(-)./Makefile (-7 / +1 lines)
Lines 1-12 Link Here
1
# New ports collection makefile for:	MooseX-LazyRequire
2
# Date created:	   17 Aug 2009
3
# Whom:		   Sergey Skvortsov <skv@protey.ru>
4
#
5
# $FreeBSD: ports/devel/p5-MooseX-LazyRequire/Makefile,v 1.9 2012/11/17 05:56:23 svnexp Exp $
1
# $FreeBSD: ports/devel/p5-MooseX-LazyRequire/Makefile,v 1.9 2012/11/17 05:56:23 svnexp Exp $
6
#
7
2
8
PORTNAME=	MooseX-LazyRequire
3
PORTNAME=	MooseX-LazyRequire
9
PORTVERSION=	0.08
4
PORTVERSION=	0.09
10
CATEGORIES=	devel perl5
5
CATEGORIES=	devel perl5
11
MASTER_SITES=	CPAN
6
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
7
PKGNAMEPREFIX=	p5-
Lines 18-24 Link Here
18
LICENSE_COMB=	dual
13
LICENSE_COMB=	dual
19
14
20
BUILD_DEPENDS=	p5-Moose>=0.94:${PORTSDIR}/devel/p5-Moose \
15
BUILD_DEPENDS=	p5-Moose>=0.94:${PORTSDIR}/devel/p5-Moose \
21
		p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
22
		p5-aliased>=0.30:${PORTSDIR}/devel/p5-aliased \
16
		p5-aliased>=0.30:${PORTSDIR}/devel/p5-aliased \
23
		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
17
		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
24
RUN_DEPENDS:=	${BUILD_DEPENDS}
18
RUN_DEPENDS:=	${BUILD_DEPENDS}
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (MooseX-LazyRequire-0.08.tar.gz) = 49c79b60c22d0c6cb1f856ad273eada481836acc0a99f59343745c696da51297
1
SHA256 (MooseX-LazyRequire-0.09.tar.gz) = 70ebe8751b451053e9d03489be63bcab259d67b0f51304d95db49483e675e2d3
2
SIZE (MooseX-LazyRequire-0.08.tar.gz) = 15065
2
SIZE (MooseX-LazyRequire-0.09.tar.gz) = 15272

Return to bug 176004