mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Add LICENSE
- Add BUILD_DEPENDS - Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
2de84e7058
commit
be1b7f239e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363595
@ -11,9 +11,13 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Simple way to write filesystems in Perl using FUSE
|
||||
|
||||
RUN_DEPENDS= p5-Fuse>=0:${PORTSDIR}/sysutils/p5-Fuse
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Fuse>=0:${PORTSDIR}/sysutils/p5-Fuse
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,6 @@
|
||||
Fuse lets you write filesystems in Perl. Fuse::Simple makes this
|
||||
REALLY Simple, as you just need a hash for your root directory,
|
||||
containing strings for files, more hashes for subdirs, or functions to
|
||||
be called for magical functionality a bit like /proc.
|
||||
Fuse lets you write filesystems in Perl. Fuse::Simple makes this REALLY Simple,
|
||||
as you just need a hash for your root directory, containing strings for files,
|
||||
more hashes for subdirs, or functions to be called for magical functionality a
|
||||
bit like /proc.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Fuse-Simple/
|
||||
|
@ -1,6 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Fuse/Simple/.packlist
|
||||
%%SITE_PERL%%/Fuse/Simple.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Fuse/Simple/.packlist
|
||||
%%PERL5_MAN3%%/Fuse::Simple.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Fuse/Simple
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Fuse/Simple
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Fuse
|
||||
@dirrmtry %%SITE_PERL%%/Fuse
|
||||
|
Loading…
Reference in New Issue
Block a user