openbsd-ports/devel/p5-Algorithm-Annotate/Makefile
2010-10-18 17:47:50 +00:00

22 lines
486 B
Makefile

# $OpenBSD: Makefile,v 1.7 2010/10/18 17:47:54 espie Exp $
COMMENT= represent a series of changes in annotate form
MODULES= cpan
DISTNAME= Algorithm-Annotate-0.10
REVISION= 0
CATEGORIES= devel
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_GROFF = Yes
RUN_DEPENDS= :p5-Algorithm-Diff->=1.1901:devel/p5-Algorithm-Diff
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>