mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
26 lines
529 B
Makefile
26 lines
529 B
Makefile
# New ports collection makefile for: p5-Spread-Session
|
|
# Date created: May 24th 2002
|
|
# Whom: 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}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Spread::Session.3
|
|
|
|
.include <bsd.port.mk>
|