16 lines
299 B
Makefile
16 lines
299 B
Makefile
# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:22 espie Exp $
|
|
|
|
COMMENT= Test differences in data structures
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Test-Differences-0.61
|
|
CATEGORIES= devel
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= textproc/p5-Text-Diff
|
|
|
|
.include <bsd.port.mk>
|