mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
- Update to 0.27
- Add missing *_DEPENDS - Cleanup Makefile header Changes: http://search.cpan.org/dist/MooseX-ClassAttribute/Changes Feature safe: yes
This commit is contained in:
parent
6ded264c9f
commit
0cbd9d41bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315844
@ -1,12 +1,8 @@
|
||||
# New ports collection makefile for: MooseX-ClassAttribute
|
||||
# Date created: 07 Jun 2008
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# Created by: Sergey Skvortsov <skv@protey.ru>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= MooseX-ClassAttribute
|
||||
PORTVERSION= 0.26
|
||||
PORTVERSION= 0.27
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:DROLSKY
|
||||
@ -17,11 +13,14 @@ COMMENT= Declare class attributes Moose-style
|
||||
|
||||
LICENSE= ART20
|
||||
|
||||
BUILD_DEPENDS= p5-Moose>=1.23:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
|
||||
BUILD_DEPENDS= p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-namespace-autoclean>=0.11:${PORTSDIR}/devel/p5-namespace-autoclean \
|
||||
p5-namespace-clean>=0.20:${PORTSDIR}/devel/p5-namespace-clean
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \
|
||||
TEST_DEPENDS= p5-MooseX-AttributeHelpers>=0:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \
|
||||
p5-MooseX-Role-Parameterized>=0:${PORTSDIR}/devel/p5-MooseX-Role-Parameterized \
|
||||
p5-MooseX-Role-Strict>=0:${PORTSDIR}/devel/p5-MooseX-Role-Strict \
|
||||
p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \
|
||||
p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (MooseX-ClassAttribute-0.26.tar.gz) = 6aa89dd7bf3135ff06bd990e6b77a74a911cd0b68674dced170a2e0f4f88b2e8
|
||||
SIZE (MooseX-ClassAttribute-0.26.tar.gz) = 19050
|
||||
SHA256 (MooseX-ClassAttribute-0.27.tar.gz) = 77d97b2c642f96073df5d778a1487ec9483cd0d0661ab50856931af13aa8bf93
|
||||
SIZE (MooseX-ClassAttribute-0.27.tar.gz) = 20132
|
||||
|
Loading…
Reference in New Issue
Block a user