freebsd-ports/devel/p5-Any-Moose-Convert/Makefile
Sunpoet Po-Chuan Hsieh 7848f09d7f - Add LICENSE
- Add NO_ARCH
2015-09-24 19:03:06 +00:00

26 lines
605 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Any-Moose-Convert
PORTVERSION= 0.004
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Convert Moose libraries to Mouse ones, or vice versa
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-PerlIO-Util>=0:${PORTSDIR}/devel/p5-PerlIO-Util
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Moose>=0.90:${PORTSDIR}/devel/p5-Moose \
p5-Mouse>=0.40:${PORTSDIR}/devel/p5-Mouse
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>