mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
- Update to 0.05
- Cleanup Makefile header Changes: http://search.cpan.org/dist/Class-Load-XS/Changes
This commit is contained in:
parent
d60a033161
commit
b78d40879f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305588
2 changed files with 6 additions and 11 deletions
|
@ -1,12 +1,8 @@
|
|||
# New ports collection makefile for: p5-Class-Load-XS
|
||||
# Date created: 2011-11-16
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Class-Load-XS
|
||||
PORTVERSION= 0.04
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,9 +10,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= XS implementation of parts of Class::Load
|
||||
|
||||
BUILD_DEPENDS= p5-Class-Load>=0.15:${PORTSDIR}/devel/p5-Class-Load
|
||||
RUN_DEPENDS= p5-Class-Load>=0.15:${PORTSDIR}/devel/p5-Class-Load
|
||||
|
||||
BUILD_DEPENDS= p5-Class-Load>=0.20:${PORTSDIR}/devel/p5-Class-Load
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Module-Implementation>=0.04:${PORTSDIR}/devel/p5-Module-Implementation \
|
||||
p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
|
||||
p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Class-Load-XS-0.04.tar.gz) = d4731aee4d5484cd1eef9b2aa46d0370be3f4c9aeb8fd14fc11bbd48201e05e3
|
||||
SIZE (Class-Load-XS-0.04.tar.gz) = 55168
|
||||
SHA256 (Class-Load-XS-0.05.tar.gz) = 91901b3dbd7feb8f7e646a68201ad41fb0c7b2e60aa114fdedbd9f64f22d157d
|
||||
SIZE (Class-Load-XS-0.05.tar.gz) = 56007
|
||||
|
|
Loading…
Add table
Reference in a new issue