diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-12-12 21:44:38 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-12-12 21:44:38 +0800 |
commit | fce616d4b7e8314e0ab135c5e418d46f96169ce4 (patch) | |
tree | 508a0e647bedd64da8fc9455a7d7641f39fa24ec | |
parent | 716c0d86ff8167b9ff1edf17e77d75aca2403299 (diff) | |
download | freebsd-ports-gnome-fce616d4b7e8314e0ab135c5e418d46f96169ce4.tar.gz freebsd-ports-gnome-fce616d4b7e8314e0ab135c5e418d46f96169ce4.tar.zst freebsd-ports-gnome-fce616d4b7e8314e0ab135c5e418d46f96169ce4.zip |
Fix and sort *_DEPENDS
- Bump PORTREVISION for dependency change
- Take maintainership
-rw-r--r-- | devel/p5-Net-DBus/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/p5-Net-DBus/Makefile b/devel/p5-Net-DBus/Makefile index a1a53ac93c63..1176bc77dfa9 100644 --- a/devel/p5-Net-DBus/Makefile +++ b/devel/p5-Net-DBus/Makefile @@ -3,21 +3,20 @@ PORTNAME= Net-DBus PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl extension for the DBus message system LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-XML-Grove>=0:textproc/p5-XML-Grove \ - p5-XML-Twig>=0:textproc/p5-XML-Twig LIB_DEPENDS= libdbus-1.so:devel/dbus +RUN_DEPENDS= p5-XML-Twig>=0:textproc/p5-XML-Twig USES= perl5 pkgconfig USE_PERL5= configure |