mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
eba481ea6b
- Add NO_ARCH Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES
26 lines
547 B
Makefile
26 lines
547 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-Stomp
|
|
PORTVERSION= 0.57
|
|
CATEGORIES= net-im perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Streaming Text Orientated Messaging Protocol Client
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \
|
|
p5-Test-Fatal>=0:devel/p5-Test-Fatal
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|