651ce5740b
From Wen Heping (thanks).
19 lines
380 B
Makefile
19 lines
380 B
Makefile
# $OpenBSD: Makefile,v 1.8 2011/08/18 08:10:00 rpointel Exp $
|
|
|
|
COMMENT= Test differences in data structures
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Test-Differences-0.61
|
|
CATEGORIES= devel
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= textproc/p5-Text-Diff
|
|
|
|
.include <bsd.port.mk>
|