18 lines
370 B
Makefile
18 lines
370 B
Makefile
# $OpenBSD: Makefile,v 1.4 2007/09/16 02:53:10 merdely Exp $
|
|
|
|
COMMENT= superclass for representing nodes in a tree
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Tree-DAG_Node-1.05
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|