9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
25 lines
533 B
Makefile
25 lines
533 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-HTTP-Spore-Middleware-Header
|
|
PORTVERSION= 0.03
|
|
PORTREVISION= 1
|
|
CATEGORIES= net www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Spore Middleware to add header on each request
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Moose>=0:devel/p5-Moose \
|
|
p5-Net-HTTP-Spore>=0:net/p5-Net-HTTP-Spore
|
|
|
|
NO_ARCH= yes
|
|
USE_PERL5= modbuild
|
|
USES= perl5
|
|
|
|
.include <bsd.port.mk>
|