Prune devel/rubygem-debugger-xml
[dports.git] / www / p5-Net-YAP / Makefile
1 # Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Net-YAP
5 PORTVERSION=    0.6
6 PORTREVISION=   1
7 CATEGORIES=     www perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     skreuzer@FreeBSD.org
12 COMMENT=        Conduit to communicate with the Yahoo! Application Platform
13
14 BUILD_DEPENDS=  p5-Net-OAuth-Simple>=1.0:${PORTSDIR}/net/p5-Net-OAuth-Simple
15 RUN_DEPENDS:=   ${BUILD_DEPENDS}
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>