forked from Lainports/freebsd-ports
Changes: http://cpansearch.perl.org/src/ETHER/Class-Method-Modifiers-1.12/Changes - Trim Makefile headers Feature safe: yes
19 lines
400 B
Makefile
19 lines
400 B
Makefile
# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Class-Method-Modifiers
|
|
PORTVERSION= 1.12
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Provides Moose-like method modifiers
|
|
|
|
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Class::Method::Modifiers.3
|
|
|
|
.include <bsd.port.mk>
|