freebsd-ports/devel/p5-MouseX-Foreign/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

27 lines
642 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= MouseX-Foreign
PORTVERSION= 1.000
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extends non-Mouse classes as well as Mouse classes
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Mouse>=0.77:devel/p5-Mouse
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Any-Moose>=0.15:devel/p5-Any-Moose \
p5-Moose>=0:devel/p5-Moose \
p5-Test-Exception>=0:devel/p5-Test-Exception \
p5-Test-Requires>=0:devel/p5-Test-Requires
USE_PERL5= modbuild
USES= perl5
.include <bsd.port.mk>