2010-10-18 13:47:50 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2010/10/18 17:48:07 espie Exp $
|
2004-06-01 19:21:40 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= Test differences in data structures
|
2004-06-01 19:21:40 -04:00
|
|
|
|
2006-11-29 03:23:29 -05:00
|
|
|
MODULES= cpan
|
2004-06-01 19:21:40 -04:00
|
|
|
DISTNAME= Test-Differences-0.47
|
2010-09-15 09:52:11 -04:00
|
|
|
REVISION= 0
|
2006-11-29 03:23:29 -05:00
|
|
|
CATEGORIES= devel
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
2004-06-01 19:21:40 -04:00
|
|
|
|
|
|
|
# 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>
|