mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Update to 0.14.
This commit is contained in:
parent
8510901310
commit
566e9f00d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320479
2 changed files with 8 additions and 11 deletions
|
@ -1,12 +1,8 @@
|
|||
# New ports collection makefile for: p5-Const-Fast
|
||||
# Date created: 2010-12-12
|
||||
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
||||
#
|
||||
# Created by: Philip M. Gollucci
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Const-Fast
|
||||
PORTVERSION= 0.013
|
||||
PORTVERSION= 0.014
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:LEONT
|
||||
|
@ -18,12 +14,13 @@ COMMENT= Facility for creating read-only scalars, arrays, and hashes
|
|||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS} \
|
||||
p5-Module-Build-Tiny>=0.021:${PORTSDIR}/devel/p5-Module-Build-Tiny
|
||||
RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
|
||||
p5-Sub-Exporter-Progressive>=0:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Const::Fast.3
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Const-Fast-0.013.tar.gz) = 8579039ece718d816c0bb85e6ba2d7a23fd9f6d47ac56772022184c06cdac78a
|
||||
SIZE (Const-Fast-0.013.tar.gz) = 13165
|
||||
SHA256 (Const-Fast-0.014.tar.gz) = f805953a08c57846a16a4d85d7b766398afaf7c36c1465fcb1dea09e5fa394db
|
||||
SIZE (Const-Fast-0.014.tar.gz) = 12886
|
||||
|
|
Loading…
Add table
Reference in a new issue