1f150690e1
Submitted by: az@
28 lines
684 B
Makefile
28 lines
684 B
Makefile
# New ports collection makefile for: MooseX-IOC
|
|
# Date created: 23 February 2008
|
|
# Whom: 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= MooseX::IOC.3 MooseX::IOC::Meta::Attribute.3
|
|
|
|
.include <bsd.port.mk>
|