20 lines
372 B
Makefile
20 lines
372 B
Makefile
# Created by: Rouslan Iskhakov <rouslan@rshell.net>
|
|
|
|
PORTNAME= IPC-Signal
|
|
PORTVERSION= 1.00
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= rouslan@rshell.net
|
|
COMMENT= Utility functions to deal with signals in Perl
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|