diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-23 07:42:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-23 07:42:34 +0800 |
commit | 798f64ec1271054d7ec50c67ea35bade837b51a8 (patch) | |
tree | 0ab16fe2b2ec1b25091eaca420ce076da0229a82 | |
parent | bd6a65e52b0cb07c3b86d31d7e0445a9f753b0f8 (diff) | |
download | freebsd-ports-gnome-798f64ec1271054d7ec50c67ea35bade837b51a8.tar.gz freebsd-ports-gnome-798f64ec1271054d7ec50c67ea35bade837b51a8.tar.zst freebsd-ports-gnome-798f64ec1271054d7ec50c67ea35bade837b51a8.zip |
Remove Perl core modules
With hat: perl
-rw-r--r-- | devel/p5-Router-R3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/p5-Router-R3/Makefile b/devel/p5-Router-R3/Makefile index d7d5cdbde5e2..1d150cb951e1 100644 --- a/devel/p5-Router-R3/Makefile +++ b/devel/p5-Router-R3/Makefile @@ -13,8 +13,7 @@ COMMENT= XS wrapper around a C library R3 LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=0:devel/p5-ExtUtils-MakeMaker \ - p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig +BUILD_DEPENDS= p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig LIB_DEPENDS= libr3.so:devel/libr3 USES= perl5 |