1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/p5-MooseX-IOC/Makefile
2013-10-30 14:44:54 +00:00

24 lines
559 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= MooseX-IOC
PORTVERSION= 0.03
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Moose attributes with IOC integration
BUILD_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-IOC>=0:${PORTSDIR}/devel/p5-IOC \
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
RUN_DEPENDS= p5-IOC>=0:${PORTSDIR}/devel/p5-IOC \
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>