27 lines
499 B
Makefile
27 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>
|