diff options
-rw-r--r-- | devel/p5-Filesys-Virtual/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/p5-Filesys-Virtual/Makefile b/devel/p5-Filesys-Virtual/Makefile index 8ea2bdc1e77c..6f21a4be009b 100644 --- a/devel/p5-Filesys-Virtual/Makefile +++ b/devel/p5-Filesys-Virtual/Makefile @@ -10,7 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to provide a framework for a virtual filesystem +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> |