# New ports collection makefile for: MooseX-IOC # Date created: 23 February 2008 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= MooseX-IOC PORTVERSION= 0.02 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Moose attributes with IOC integration RUN_DEPENDS= ${SITE_PERL}/IOC.pm:${PORTSDIR}/devel/p5-IOC \ ${SITE_PERL}/Moose.pm:${PORTSDIR}/devel/p5-Moose BUILD_DEPENDS= ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= MooseX::IOC.3 MooseX::IOC::Meta::Attribute.3 .include