17 lines
314 B
Makefile
17 lines
314 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/07/13 19:46:11 sthen Exp $
|
|
|
|
COMMENT= base class for error handling
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-ErrorHandler-0.01
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|