openbsd-ports/devel/p5-Algorithm-C3/Makefile

21 lines
421 B
Makefile
Raw Normal View History

2010-10-18 13:47:50 -04:00
# $OpenBSD: Makefile,v 1.6 2010/10/18 17:47:54 espie Exp $
COMMENT= module for merging hierarchies using the C3 algorithm
MODULES= cpan
DISTNAME= Algorithm-C3-0.08
CATEGORIES= devel
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= modbuild
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>