diff options
author | mat <mat@FreeBSD.org> | 2013-08-03 20:51:18 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-08-03 20:51:18 +0800 |
commit | 3e657489e209d0aec5331fd70f19c96df0146a59 (patch) | |
tree | 8f1b59cfbbd73620cc4a151c90372baa46f5e797 /textproc/btparse | |
parent | d04bb2c0dac4bb4b830d050a163327ba8477d204 (diff) | |
download | freebsd-ports-gnome-3e657489e209d0aec5331fd70f19c96df0146a59.tar.gz freebsd-ports-gnome-3e657489e209d0aec5331fd70f19c96df0146a59.tar.zst freebsd-ports-gnome-3e657489e209d0aec5331fd70f19c96df0146a59.zip |
Convert to new perl framework.
Diffstat (limited to 'textproc/btparse')
-rw-r--r-- | textproc/btparse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/btparse/Makefile b/textproc/btparse/Makefile index 5fe6618d26bf..64d60ec52076 100644 --- a/textproc/btparse/Makefile +++ b/textproc/btparse/Makefile @@ -12,7 +12,8 @@ COMMENT= C library for parsing and processing BibTeX data files GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build MAN3= btparse.3 bt_language.3 bt_input.3 bt_traversal.3 \ bt_postprocess.3 bt_macros.3 bt_split_names.3 \ |