aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Sys-Sig/Makefile
blob: 7ae4e96276db40f0b96a90ebb3b927bf703e898d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=	Sys-Sig
PORTVERSION=	0.04
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Return signal constants for this host

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>