1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net/p5-RPC-EPC-Service/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

27 lines
521 B
Makefile

# $FreeBSD$
PORTNAME= RPC-EPC-Service
PORTVERSION= 0.0.11
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for asynchronous remote procedure stack
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= \
p5-AnyEvent>=6.1:devel/p5-AnyEvent \
p5-Data-SExpression>=0.41:devel/p5-Data-SExpression
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= modbuild
NO_ARCH= YES
.include <bsd.port.mk>