19 lines
385 B
Makefile
19 lines
385 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/10/18 17:48:02 espie Exp $
|
|
|
|
COMMENT= abstraction layer for logging and tracing
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Log-Agent-0.307
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Andrew Dalgleish <openbsd@ajd.net.au>
|
|
|
|
# Artistic License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|