blob: 76a1917e6b2c3d8f1398d71d9ec48116c1314a9d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: Net-Stomp
# Date created: 08 February 2007
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Net-Stomp
PORTVERSION= 0.40
CATEGORIES= net-im perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Streaming Text Orientated Messaging Protocol Client
LICENSE_COMB= dual
LICENSE= ART20 GPLv1
BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Net::Stomp.3 Net::Stomp::Frame.3
.include <bsd.port.mk>
|