mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
29e39f4966
Approved by: portmgr (blanket infrastructure)
22 lines
414 B
Makefile
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>
|