- Update to 0.40
- Add LICENSE - Sort *_DEPENDS - Use single space after WWW: Changes: http://search.cpan.org/dist/MediaWiki-API/Changes
This commit is contained in:
parent
bd933e34df
commit
33a5ce7dc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376872
3 changed files with 8 additions and 7 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= MediaWiki-API
|
||||
PORTVERSION= 0.39
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.40
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -11,8 +10,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= OOP MediaWiki engine client
|
||||
|
||||
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (MediaWiki-API-0.39.tar.gz) = eda3107f545ac4ddf01380f3fc00863160d7f0db62cf53320e7470d11f06b5d8
|
||||
SIZE (MediaWiki-API-0.39.tar.gz) = 33018
|
||||
SHA256 (MediaWiki-API-0.40.tar.gz) = fcc8f4349231c06bb282c9da5391f188c22e40b8bb034853f4bc820989cf7f06
|
||||
SIZE (MediaWiki-API-0.40.tar.gz) = 32959
|
||||
|
|
|
@ -2,4 +2,4 @@ This module provides an interface between Perl and the MediaWiki API
|
|||
allowing creation of scripts to automate editing and extraction of data
|
||||
from MediaWiki driven sites like Wikipedia.
|
||||
|
||||
WWW: http://search.cpan.org/dist/MediaWiki-API/
|
||||
WWW: http://search.cpan.org/dist/MediaWiki-API/
|
||||
|
|
Loading…
Reference in a new issue