freebsd-ports/devel/p5-Any-Moose-Convert/Makefile
2021-04-06 16:31:07 +02:00

26 lines
556 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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= ${RUN_DEPENDS}
RUN_DEPENDS= p5-PerlIO-Util>=0:devel/p5-PerlIO-Util
TEST_DEPENDS= p5-Moose>=0.90:devel/p5-Moose \
p5-Mouse>=0.40:devel/p5-Mouse
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>