1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/net-im/p5-Net-Stomp/Makefile
Sunpoet Po-Chuan Hsieh eba481ea6b - Update to 0.57
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Net-Stomp/CHANGES
2016-04-17 18:40:23 +00:00

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>