1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/net/p5-Spread-Session/Makefile
2013-11-05 16:42:55 +00:00

21 lines
421 B
Makefile

# Created by: Joshua Goodall <joshua@roughtrade.net>
# $FreeBSD$
PORTNAME= Spread-Session
PORTVERSION= 0.4
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JMAY
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl OO wrapper for Spread messaging toolkit
BUILD_DEPENDS= spread>=0:${PORTSDIR}/net/spread
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>