22 lines
435 B
Makefile
22 lines
435 B
Makefile
# $OpenBSD: Makefile,v 1.9 2011/03/14 09:17:26 sthen Exp $
|
|
|
|
COMMENT= module for merging hierarchies using the C3 algorithm
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Algorithm-C3-0.08
|
|
REVISION= 1
|
|
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
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|