freebsd-ports/devel/p5-MouseX-ConfigFromFile/Makefile
Andrej Zverev a015f2e5d0 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.

With perl@ hat
2011-09-08 08:36:43 +00:00

27 lines
696 B
Makefile

# New ports collection makefile for: p5-MouseX-ConfigFromFile
# Date created: 2009-04-22
# Whom: TERAMOTO Masahiro <markun@onohara.to>
#
# $FreeBSD$
#
PORTNAME= MouseX-ConfigFromFile
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MASAKI
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= An abstract Mouse role for setting attributes from a configfile
BUILD_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter \
p5-Mouse>=0.19:${PORTSDIR}/devel/p5-Mouse \
p5-MouseX-Types-Path-Class>=0.05:${PORTSDIR}/devel/p5-MouseX-Types-Path-Class
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= MouseX::ConfigFromFile.3
.include <bsd.port.mk>