25 lines
553 B
Makefile
25 lines
553 B
Makefile
# New ports collection makefile for: MooseX-ClassAttribute
|
|
# Date created: 07 Jun 2008
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= MooseX-ClassAttribute
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Declare class attributes Moose-style
|
|
|
|
BUILD_DEPENDS= p5-Moose>=0.34:${PORTSDIR}/devel/p5-Moose \
|
|
p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= MooseX::ClassAttribute.3
|
|
|
|
.include <bsd.port.mk>
|