diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 07:44:26 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 07:44:26 +0000 |
commit | 6f1287003076a66b3874202a0ccee07835658b3f (patch) | |
tree | 631b2e0ea326a30b434e711980814ba3b010db90 /sysutils/p5-Schedule-At | |
parent | 312fd92cc301fbf0529d852d31550be7b6e0c679 (diff) | |
download | ports-6f1287003076a66b3874202a0ccee07835658b3f.tar.gz ports-6f1287003076a66b3874202a0ccee07835658b3f.zip |
Notes
Diffstat (limited to 'sysutils/p5-Schedule-At')
-rw-r--r-- | sysutils/p5-Schedule-At/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/p5-Schedule-At/Makefile b/sysutils/p5-Schedule-At/Makefile index 44125ab65f84..5f91f37804a7 100644 --- a/sysutils/p5-Schedule-At/Makefile +++ b/sysutils/p5-Schedule-At/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= OS independent interface to the Unix 'at' command -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Schedule::At.3 |