mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
25 lines
531 B
Makefile
25 lines
531 B
Makefile
# New ports collection makefile for: p5-MediaWiki-API
|
|
# Date created: 23.09.2008
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= MediaWiki-API
|
|
PORTVERSION= 0.29
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= OOP MediaWiki engine client
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww \
|
|
${SITE_PERL}/${PERL_ARCH}/JSON/XS.pm:${PORTSDIR}/converters/p5-JSON-XS
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= MediaWiki::API.3
|
|
|
|
.include <bsd.port.mk>
|