2010-12-03 11:44:22 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2010/12/03 11:44:28 ajacoutot Exp $
|
2005-08-07 09:45:00 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= base class for error handling
|
2005-08-07 09:45:00 +00:00
|
|
|
|
2006-11-25 16:32:33 +00:00
|
|
|
MODULES= cpan
|
2005-08-07 09:45:00 +00:00
|
|
|
DISTNAME= Class-ErrorHandler-0.01
|
2010-12-03 11:44:22 +00:00
|
|
|
REVISION= 1
|
2006-11-25 16:32:33 +00:00
|
|
|
CATEGORIES= devel
|
2010-10-18 17:47:50 +00:00
|
|
|
USE_GROFF = Yes
|
2005-08-07 09:45:00 +00:00
|
|
|
|
2006-11-25 16:32:33 +00:00
|
|
|
# perl
|
2005-08-07 09:45:00 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|