diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-09 08:21:32 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-09 08:21:32 +0000 |
commit | 2b434af7d442895383f8a85066f7613b6d83c1fa (patch) | |
tree | 64e201df5c6c8e4fe2bb156222acb4a459500a19 /devel/R-cran-gdata | |
parent | a5a2c3b70dad398a4a0f550444194cf0bbdf342a (diff) |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326784
Diffstat (limited to 'devel/R-cran-gdata')
-rw-r--r-- | devel/R-cran-gdata/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/R-cran-gdata/Makefile b/devel/R-cran-gdata/Makefile index 8d831db8c233..bb02e148eb34 100644 --- a/devel/R-cran-gdata/Makefile +++ b/devel/R-cran-gdata/Makefile @@ -13,7 +13,8 @@ LICENSE= GPLv2 RUN_DEPENDS= R-cran-gtools>0:${PORTSDIR}/devel/R-cran-gtools -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_R_MOD= yes R_MOD_AUTOPLIST= yes |