aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-HTTP-Spore-Middleware-Header/Makefile
blob: 30b261b57b943253df20b5b04df8849a64d003a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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=  p5-Moose>=0:devel/p5-Moose \
        p5-Net-HTTP-Spore>=0:net/p5-Net-HTTP-Spore
RUN_DEPENDS:=   ${BUILD_DEPENDS}

NO_ARCH=    yes
USE_PERL5=  modbuild
USES=       perl5

.include <bsd.port.mk>