freebsd-ports/devel/p5-Filesys-Virtual/Makefile
2021-06-25 21:40:58 +08:00

21 lines
385 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
PORTNAME= Filesys-Virtual
PORTVERSION= 0.06
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
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>