Prune x11/xpra
[dports.git] / www / p5-REST-Client / Makefile
1 # Created by: Paul Schmehl <pauls@utdallas.edu>
2 # $FreeBSD$
3
4 PORTNAME=       REST-Client
5 PORTVERSION=    273
6 CATEGORIES=     www perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     michelle@sorbs.net
11 COMMENT=        Simple client for interacting with RESTful http/https resources
12
13 LICENSE=        ART10 GPLv1+
14 LICENSE_COMB=   dual
15
16 BUILD_DEPENDS=  p5-LWP-Protocol-https>=6.02:www/p5-LWP-Protocol-https \
17                 p5-URI>0:net/p5-URI \
18                 p5-libwww>0:www/p5-libwww
19 RUN_DEPENDS:=   ${BUILD_DEPENDS}
20
21 USES=           perl5
22 USE_PERL5=      configure
23
24 .include <bsd.port.mk>