openbsd-ports/devel/p5-Algorithm-Annotate/Makefile
kevlo e7c33bbea3 Initial import of p5-Algorithm-Annotate 0.10
Algorithm::Annotate generates a list that is useful for generating
output simliar to "cvs annotate".
2004-12-10 03:23:11 +00:00

24 lines
558 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/12/10 03:23:11 kevlo Exp $
COMMENT= "represent a series of changes in annotate form"
DISTNAME= Algorithm-Annotate-0.10
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/}
BUILD_DEPENDS= :p5-Algorithm-Diff->=1.1901:devel/p5-Algorithm-Diff
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>