aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Sys-SigAction/Makefile
blob: 7bc4151b80660de1c36a4b04481cd198542ee8c4 (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.15
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= svysh@pn.sinp.msu.ru
COMMENT=    Perl extension for Consistent Signal Handling

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

PERL_CONFIGURE= yes

MAN3=       Sys::SigAction.3

post-build:
    cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test

.include <bsd.port.mk>