1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/www/p5-WWW-Tumblr/Makefile
Andrej Zverev 29e39f4966 - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 13:41:52 +00:00

22 lines
414 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
.include <bsd.port.mk>