mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Update to 0.05
- Add LICENSE - Cleanup Makefile header Changes: http://search.cpan.org/dist/Test-Mock-LWP-Dispatch/Changes Feature safe: yes
This commit is contained in:
parent
7dddb7e075
commit
286067f550
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315850
@ -1,12 +1,8 @@
|
||||
# New ports collection makefile for: p5-Test-Mock-LWP-Dispatch
|
||||
# Date created: 2012-04-30
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Test-Mock-LWP-Dispatch
|
||||
PORTVERSION= 0.03
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,13 +10,15 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Mocks LWP::UserAgent and dispatches your requests/responses
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
|
||||
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
||||
TEST_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Test-Mock-LWP-Dispatch-0.03.tar.gz) = a7ede6c174ce872206508661a4b873a43673d911d4eb4dd59ff54fc67e96cd6e
|
||||
SIZE (Test-Mock-LWP-Dispatch-0.03.tar.gz) = 12168
|
||||
SHA256 (Test-Mock-LWP-Dispatch-0.05.tar.gz) = e4f01b215c955ee2dc34c723fe8ca96340d46833e25255bb6579e639aee82a72
|
||||
SIZE (Test-Mock-LWP-Dispatch-0.05.tar.gz) = 12456
|
||||
|
Loading…
Reference in New Issue
Block a user