diff options
Diffstat (limited to 'devel/p5-Sys-Sig/Makefile')
-rw-r--r-- | devel/p5-Sys-Sig/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Sys-Sig/Makefile b/devel/p5-Sys-Sig/Makefile index 1fd006cb8e5a..a6863633501c 100644 --- a/devel/p5-Sys-Sig/Makefile +++ b/devel/p5-Sys-Sig/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Sys-Sig -# Date created: 2006-09-11 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Sys-Sig PORTVERSION= 0.04 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Return signal constants for this host -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sys::Sig.3 |