openbsd-ports/devel/p5-Mouse/Makefile
2012-08-23 15:00:32 +00:00

36 lines
704 B
Makefile

# $OpenBSD: Makefile,v 1.9 2012/08/23 15:08:05 sthen Exp $
SHARED_ONLY = Yes
COMMENT = Moose minus the antlers
MODULES = cpan
DISTNAME = Mouse-0.97
REVISION = 0
CATEGORIES = devel
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += c
CPAN_AUTHOR = GFUJI
REGRESS_DEPENDS = devel/p5-Declare-Constraints-Simple \
devel/p5-IO-String \
devel/p5-Locale-US \
devel/p5-Params-Coerce \
devel/p5-Path-Class \
devel/p5-Test-Deep \
devel/p5-Test-LeakTrace \
devel/p5-Test-Output \
textproc/p5-Regexp-Common \
www/p5-libwww
.include <bsd.port.mk>