diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-04 20:30:54 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-04 20:30:54 +0800 |
commit | 6368b8b0b13d8d96eb0b473a83817e580070eb05 (patch) | |
tree | c29811b9daa9fe42c36a61104fc9b0b981be3a4a /sysutils | |
parent | 88df06ce85e463645df940f98acfcb9776020f1c (diff) | |
download | freebsd-ports-gnome-6368b8b0b13d8d96eb0b473a83817e580070eb05.tar.gz freebsd-ports-gnome-6368b8b0b13d8d96eb0b473a83817e580070eb05.tar.zst freebsd-ports-gnome-6368b8b0b13d8d96eb0b473a83817e580070eb05.zip |
- Convert to new perl framework
Approved by: eadler@ (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/stalepid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/stalepid/Makefile b/sysutils/stalepid/Makefile index 6b6462ad8142..b1138ddcadaa 100644 --- a/sysutils/stalepid/Makefile +++ b/sysutils/stalepid/Makefile @@ -12,7 +12,8 @@ COMMENT= Check for stale pid files and remove them RUN_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run WRKSRC= ${WRKDIR}/${DISTNAME} |