simple object-oriented interface with methods named after the REST ones provided by Wordnik. WWW: http://search.cpan.org/dist/WWW-Wordnik-API/
29 lines
773 B
Makefile
29 lines
773 B
Makefile
# New ports collection makefile for: p5-WWW-Wordnik-API
|
|
# Date created: 2011-03-12
|
|
# Whom: Steve Wills <swills@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= WWW-Wordnik-API
|
|
PORTVERSION= 0.0.5
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:PSILVA
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Wordnik API implementation
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= WWW::Wordnik::API.3
|
|
PLIST_FILES= %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Wordnik/API/.packlist \
|
|
%%SITE_PERL%%/WWW/Wordnik/API.pm
|
|
PLIST_DIRS= %%SITE_PERL%%/WWW/Wordnik %%SITE_PERL%%/WWW \
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Wordnik/API \
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Wordnik \
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
|
|
|
|
.include <bsd.port.mk>
|