54b4847de9
- remove USE_GROFF and CONFIGURE_STYLE
18 lines
362 B
Makefile
18 lines
362 B
Makefile
# $OpenBSD: Makefile,v 1.12 2013/03/23 12:45:21 benoit Exp $
|
|
|
|
COMMENT= perl extension for emulating troublesome interfaces
|
|
|
|
MODULES= cpan
|
|
DISTNAME = Test-MockObject-1.20120301
|
|
CATEGORIES= devel
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Universal-isa \
|
|
devel/p5-Universal-can
|
|
|
|
TEST_DEPENDS= devel/p5-Test-Exception
|
|
|
|
.include <bsd.port.mk>
|