544fa4bfac
- update maintainer email from David Hill (maintainer)
20 lines
374 B
Makefile
20 lines
374 B
Makefile
# $OpenBSD: Makefile,v 1.4 2013/01/08 19:37:31 benoit Exp $
|
|
|
|
COMMENT= bringing loggers and listeners together
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Log-Any-0.14
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= David Hill <dhill@mindcry.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|