freebsd-ports/www/p5-Catalyst-Model-DynamicAdaptor/Makefile
Andrej Zverev 0b33031e83 - 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 13:20:15 +00:00

27 lines
738 B
Makefile

# New ports collection makefile for: p5-Catalyst-Model-DynamicAdaptor
# Date created: 2008-06-11
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Model-DynamicAdaptor
PORTVERSION= 0.02
PORTREVISION= 1
CATEGORIES= www devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TOMYHERO
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Dynamically load adaptor modules
RUN_DEPENDS= ${SITE_PERL}/Catalyst/Runtime.pm:${PORTSDIR}/www/p5-Catalyst-Runtime \
${SITE_PERL}/Module/Recursive/Require.pm:${PORTSDIR}/devel/p5-Module-Recursive-Require \
${SITE_PERL}/Test/Spelling.pm:${PORTSDIR}/devel/p5-Test-Spelling
PERL_CONFIGURE= yes
MAN3= Catalyst::Model::DynamicAdaptor.3
.include <bsd.port.mk>