freebsd-ports/devel/p5-Moose-Policy/Makefile
Andrej Zverev dec946ad51 - 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.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00

29 lines
705 B
Makefile

# New ports collection makefile for: Moose-Policy
# Date created: 25 February 2008
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Moose-Policy
PORTVERSION= 0.03
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:STEVAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Moose-mounted police
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Moose.pm:${PORTSDIR}/devel/p5-Moose
BUILD_DEPENDS= ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \
${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Moose::Policy.3 Moose::Policy::FollowPBP.3 \
Moose::Policy::JavaAccessors.3 \
Moose::Policy::SingleInheritence.3
.include <bsd.port.mk>