blob: 809a8ada43c149eab1aece1cf16c651493d3befd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: p5-Sys-SigAction
# Date created: 18 Sep 2006
# Whom: svysh
#
# $FreeBSD$
#
PORTNAME= Sys-SigAction
PORTVERSION= 0.13
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= svysh@pn.sinp.msu.ru
COMMENT= Perl extension for Consistent Signal Handling
LICENSE_COMB= dual
LICENSE= ART10 GPLv1
PERL_CONFIGURE= yes
MAN3= Sys::SigAction.3
post-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test
.include <bsd.port.mk>
|