mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 1.14
- Add LICENSE (Artistic 2) - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Carp-Assert-More/Changes Feature safe: yes
This commit is contained in:
parent
a370195f5c
commit
35900fb200
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307454
@ -1,13 +1,8 @@
|
||||
# New ports collection makefile for: p5-Carp-Assert-More
|
||||
# Date created: 13 Jun 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Carp-Assert-More
|
||||
PORTVERSION= 1.12
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.14
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -15,9 +10,11 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Convenience wrappers around Carp::Assert
|
||||
|
||||
BUILD_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert
|
||||
RUN_DEPENDS= p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert
|
||||
LICENSE= ART20
|
||||
|
||||
BUILD_DEPENDS= p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
||||
|
||||
MAN3= Carp::Assert::More.3
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Carp-Assert-More-1.12.tar.gz) = d9d3312aa99f036eab24a5e195ea6796a24c5a8135310b451f408350c13733d5
|
||||
SIZE (Carp-Assert-More-1.12.tar.gz) = 8371
|
||||
SHA256 (Carp-Assert-More-1.14.tar.gz) = 3f004cbfa53476d85ab604a1e09fc4a5d7b28898c52f9549bd17c385c9c40733
|
||||
SIZE (Carp-Assert-More-1.14.tar.gz) = 10304
|
||||
|
Loading…
Reference in New Issue
Block a user