diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 16:42:55 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 16:42:55 +0000 |
commit | 3246ebc3ca130704875cc0faca419ea671588641 (patch) | |
tree | 443222d8f53a5a1c5592070cd0d06a088ffbf387 /net/p5-Net-Appliance-Phrasebook | |
parent | cbbf190e5e0d3f9bba3451679ffcd5049590b468 (diff) | |
download | ports-3246ebc3ca130704875cc0faca419ea671588641.tar.gz ports-3246ebc3ca130704875cc0faca419ea671588641.zip |
Notes
Diffstat (limited to 'net/p5-Net-Appliance-Phrasebook')
-rw-r--r-- | net/p5-Net-Appliance-Phrasebook/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Net-Appliance-Phrasebook/pkg-plist | 5 |
2 files changed, 4 insertions, 9 deletions
diff --git a/net/p5-Net-Appliance-Phrasebook/Makefile b/net/p5-Net-Appliance-Phrasebook/Makefile index c4f3938a931e..99c25c60ee5a 100644 --- a/net/p5-Net-Appliance-Phrasebook/Makefile +++ b/net/p5-Net-Appliance-Phrasebook/Makefile @@ -15,15 +15,9 @@ BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inhe p5-Data-Phrasebook>=0:${PORTSDIR}/textproc/p5-Data-Phrasebook \ p5-Data-Phrasebook-Loader-YAML>=0:${PORTSDIR}/textproc/p5-Data-Phrasebook-Loader-YAML \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils -RUN_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - p5-Data-Phrasebook>=0:${PORTSDIR}/textproc/p5-Data-Phrasebook \ - p5-Data-Phrasebook-Loader-YAML>=0:${PORTSDIR}/textproc/p5-Data-Phrasebook-Loader-YAML \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Net::Appliance::Phrasebook.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/p5-Net-Appliance-Phrasebook/pkg-plist b/net/p5-Net-Appliance-Phrasebook/pkg-plist index 448e9e0485bc..1a4d13886931 100644 --- a/net/p5-Net-Appliance-Phrasebook/pkg-plist +++ b/net/p5-Net-Appliance-Phrasebook/pkg-plist @@ -1,9 +1,10 @@ +%%PERL5_MAN3%%/Net::Appliance::Phrasebook.3.gz %%SITE_PERL%%/Net/Appliance/Phrasebook.pm %%SITE_PERL%%/Net/Appliance/Phrasebook/nas-pb.yml %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Appliance/Phrasebook/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Appliance/Phrasebook +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Appliance/Phrasebook @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Appliance @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net -@dirrm %%SITE_PERL%%/Net/Appliance/Phrasebook +@dirrmtry %%SITE_PERL%%/Net/Appliance/Phrasebook @dirrmtry %%SITE_PERL%%/Net/Appliance @dirrmtry %%SITE_PERL%%/Net |