openbsd-ports/devel/p5-Test-Differences/Makefile
rpointel 651ce5740b Update Test-Differences to 0.61.
From Wen Heping (thanks).
2011-08-18 08:10:00 +00:00

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>