aaa1885833
ok jasper@
25 lines
494 B
Makefile
25 lines
494 B
Makefile
# $OpenBSD: Makefile,v 1.10 2010/12/03 11:44:36 ajacoutot Exp $
|
|
|
|
COMMENT= perl extension for emulating troublesome interfaces
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Test-MockObject-1.09
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Universal-isa \
|
|
devel/p5-Universal-can
|
|
|
|
REGRESS_DEPENDS= devel/p5-Test-Exception
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|