439916a558
- Pass maintainership to perl PR: 131701 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
22 lines
373 B
Makefile
22 lines
373 B
Makefile
# New ports collection makefile for: p5-Sys-Sig
|
|
# Date created: 2006-09-11
|
|
# Whom: 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Sys::Sig.3
|
|
|
|
.include <bsd.port.mk>
|