openbsd-ports/devel/p5-Event-Lib/Makefile

21 lines
352 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.12 2013/03/11 10:50:16 espie Exp $
SHARED_ONLY= Yes
COMMENT= Perl extensions for event-based programming
MODULES= cpan
DISTNAME= Event-Lib-1.03
2012-08-23 11:00:32 -04:00
REVISION= 4
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
2008-05-15 17:48:26 -04:00
MAINTAINER= Okan Demirmen <okan@openbsd.org>
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 11:00:32 -04:00
WANTLIB += c event m
.include <bsd.port.mk>