freebsd-ports/net/p5-Net-HTTP-Spore-Middleware-Header/Makefile
Sunpoet Po-Chuan Hsieh a56ea740f8 - Add NO_ARCH
2015-09-20 20:25:15 +00:00

25 lines
559 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= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-Net-HTTP-Spore>=0:${PORTSDIR}/net/p5-Net-HTTP-Spore
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USE_PERL5= modbuild
USES= perl5
.include <bsd.port.mk>