17 lines
337 B
Makefile
17 lines
337 B
Makefile
# $OpenBSD: Makefile,v 1.14 2016/03/20 19:56:12 naddy Exp $
|
|
|
|
COMMENT= represent a series of changes in annotate form
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Algorithm-Annotate-0.10
|
|
REVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Algorithm-Diff>=1.1901
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|