diff options
Diffstat (limited to 'sysutils/p5-Schedule-Match/Makefile')
-rw-r--r-- | sysutils/p5-Schedule-Match/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/p5-Schedule-Match/Makefile b/sysutils/p5-Schedule-Match/Makefile index 02868932b75c..28740cf779b4 100644 --- a/sysutils/p5-Schedule-Match/Makefile +++ b/sysutils/p5-Schedule-Match/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sysutils/p5-Schedule-Match -# Date created: 03 January 2001 -# Whom: Anton Berezin <tobez@tobez.org> -# +# Created by: Anton Berezin <tobez@tobez.org> # $FreeBSD$ -# PORTNAME= Schedule-Match PORTVERSION= 0.07 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Handles and detects clash between pattern-based schedules -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Schedule::Match.3 |