2010-12-03 11:44:22 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2010/12/03 11:44:27 ajacoutot Exp $
|
2006-06-25 10:51:54 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= abstract class for constructing hashes
|
2006-06-25 10:51:54 +00:00
|
|
|
|
2006-11-25 16:32:33 +00:00
|
|
|
MODULES= cpan
|
2006-06-25 10:51:54 +00:00
|
|
|
DISTNAME= Class-Base-0.03
|
2010-12-03 11:44:22 +00:00
|
|
|
REVISION= 0
|
2006-11-25 16:32:33 +00:00
|
|
|
CATEGORIES= devel
|
2010-10-18 17:47:50 +00:00
|
|
|
USE_GROFF = Yes
|
2006-06-25 10:51:54 +00:00
|
|
|
|
|
|
|
# Artistic
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|