mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
- Update to 0.07
- Add LICENSE - Cleanup Makefile header Changes: http://search.cpan.org/dist/Module-Implementation/Changes
This commit is contained in:
parent
e4d968507a
commit
5a9a39072c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323123
@ -1,12 +1,8 @@
|
||||
# New ports collection makefile for: p5-Module-Implementation
|
||||
# Date created: 2012-02-07
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Module-Implementation
|
||||
PORTVERSION= 0.06
|
||||
PORTVERSION= 0.07
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,12 +10,12 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Loads one of several alternate underlying implementations for a module
|
||||
|
||||
LICENSE= ART20
|
||||
|
||||
BUILD_DEPENDS= p5-Module-Runtime>=0.012:${PORTSDIR}/devel/p5-Module-Runtime \
|
||||
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
|
||||
RUN_DEPENDS= p5-Module-Runtime>=0.012:${PORTSDIR}/devel/p5-Module-Runtime \
|
||||
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
|
||||
|
||||
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Fatal>=0.006:${PORTSDIR}/devel/p5-Test-Fatal \
|
||||
p5-Test-NoTabs>=0:${PORTSDIR}/devel/p5-Test-NoTabs \
|
||||
p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \
|
||||
p5-Test-Taint>=0:${PORTSDIR}/devel/p5-Test-Taint
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Module-Implementation-0.06.tar.gz) = da3b78025ab82b04c042e7cc1fdefc3af225ca90865c215d4d8bcf3bbf54186d
|
||||
SIZE (Module-Implementation-0.06.tar.gz) = 10514
|
||||
SHA256 (Module-Implementation-0.07.tar.gz) = 7349837153939d7f5777b28f49e2940a0aa003e75f587e1674da5bd5101d2997
|
||||
SIZE (Module-Implementation-0.07.tar.gz) = 11388
|
||||
|
Loading…
Reference in New Issue
Block a user