29 lines
629 B
Makefile
29 lines
629 B
Makefile
# New ports collection makefile for: devel/p5-Moo
|
|
# Date created: Feb 25, 2011
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Moo
|
|
PORTVERSION= 0.009007
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MSTROUT
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Minimalist Object Orientation (with Moose compatiblity)
|
|
|
|
RUN_DEPENDS= p5-strictures>=0:${PORTSDIR}/devel/p5-strictures \
|
|
p5-Class-Method-Modifiers>=1.05:${PORTSDIR}/devel/p5-Class-Method-Modifiers
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Moo.3 \
|
|
Moo::Role.3 \
|
|
Role::Tiny.3 \
|
|
Sub::Defer.3 \
|
|
Sub::Quote.3
|
|
|
|
.include <bsd.port.mk>
|