freebsd-ports/www/p5-Net-YAP/Makefile
Andrej Zverev 3427cf1dfe - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 13:23:32 +00:00

19 lines
430 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-YAP
PORTVERSION= 0.6
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Conduit to communicate with the Yahoo! Application Platform
BUILD_DEPENDS= p5-Net-OAuth-Simple>=1.0:${PORTSDIR}/net/p5-Net-OAuth-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>