freebsd-ports/devel/p5-MouseX-NativeTraits/Makefile
2021-06-25 21:35:06 +08:00

26 lines
557 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= MouseX-NativeTraits
PORTVERSION= 1.09
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extend your attribute interfaces for Mouse
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Mouse>=0.82:devel/p5-Mouse
TEST_DEPENDS= p5-Any-Moose>=0.13:devel/p5-Any-Moose \
p5-Test-Fatal>=0.003:devel/p5-Test-Fatal
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>