1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to 0.05

- Add LICENSE (Artistic 1 & GPL 1)
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Class-Measure/Changes
Feature safe:	yes
This commit is contained in:
Frederic Culot 2012-03-22 09:48:42 +00:00
parent 19adccb511
commit 98e524b779
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293658
2 changed files with 13 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Class-Measure
PORTVERSION= 0.04
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Class
@ -15,10 +15,19 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Create, compare, and convert units of measurement
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Sub-Exporter>=0.982:${PORTSDIR}/devel/p5-Sub-Exporter
PERL_CONFIGURE= yes
MAN3= Class::Measure.3 Class::Measure::Length.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Class-Measure-0.04.tar.gz) = 109904d489916a0785a8900cb6d5d35f287d5a50829595db057fd7a6a8709af7
SIZE (Class-Measure-0.04.tar.gz) = 25487
SHA256 (Class-Measure-0.05.tar.gz) = be8969acba72a284c7dc28615dfad48dae38a7c60c203af9a819df1e2250fefb
SIZE (Class-Measure-0.05.tar.gz) = 13721