diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 06:13:27 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 06:13:27 +0000 |
commit | 995f5a5f620f84d12fd92f63ba018f0dbc95c4a5 (patch) | |
tree | b6dffe38d7174e3cea11da95ba672956bd043cf0 /sysutils/p5-Dir-Purge | |
parent | 135d83279d7748ae53f2b6d71d5e808e6a14c5ec (diff) | |
download | ports-995f5a5f620f84d12fd92f63ba018f0dbc95c4a5.tar.gz ports-995f5a5f620f84d12fd92f63ba018f0dbc95c4a5.zip |
Notes
Diffstat (limited to 'sysutils/p5-Dir-Purge')
-rw-r--r-- | sysutils/p5-Dir-Purge/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/p5-Dir-Purge/Makefile b/sysutils/p5-Dir-Purge/Makefile index 396d13990a17..e9bf8733ff08 100644 --- a/sysutils/p5-Dir-Purge/Makefile +++ b/sysutils/p5-Dir-Purge/Makefile @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Purge directories to a given number of files -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Dir::Purge.3 |