e71fd1fb0d
WWW: http://search.cpan.org/~johnsca/libalarm-1.0/ PR: ports/122253 Submitted by: Mykola Marzhan <delgod@portaone.com> Approved by: araujo (mentor)
26 lines
499 B
Makefile
26 lines
499 B
Makefile
# New ports collection makefile for: p5-libalarm
|
|
# Date created: March 27, 2008
|
|
# Whom: Marzhan Mykola <delgod@portaone.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libalarm
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN/Alarm
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= delgod@portaone.com
|
|
COMMENT= Allow multiple, queued alarms
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Alarm::_TieSIG.3 \
|
|
Alarm::Concurrent.3 \
|
|
Alarm::Queued.3
|
|
|
|
post-patch:
|
|
@${RM} ${WRKSRC}/lib/Alarm/Concurrent.pm.orig
|
|
|
|
.include <bsd.port.mk>
|