freebsd-ports/www/p5-WWW-Tumblr/Makefile

24 lines
450 B
Makefile

# Created by: TERAMOTO Masahiro <markun@onohara.to>
# $FreeBSD$
PORTNAME= WWW-Tumblr
PORTVERSION= 4.1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= Perl interface for the Tumblr API
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= perl5
USE_PERL5= configure
MAN3= WWW::Tumblr.3
NO_STAGE= yes
.include <bsd.port.mk>