1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/net-im/p5-Net-Stomp/Makefile
2007-02-11 19:28:01 +00:00

26 lines
583 B
Makefile

# New ports collection makefile for: Net-Stomp
# Date created: 08 February 2007
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Net-Stomp
PORTVERSION= 0.32
CATEGORIES= net-im perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Streaming Text Orientated Messaging Protocol Client
BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Net::Stomp.3 Net::Stomp::Frame.3
.include <bsd.port.mk>