33 lines
677 B
Makefile
33 lines
677 B
Makefile
# $OpenBSD: Makefile,v 1.8 2012/04/07 14:28:57 sthen Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = Moose minus the antlers
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Mouse-0.97
|
|
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
|
|
|
|
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>
|