opnsense-ports/sysutils/p5-Quota/Makefile
2022-09-07 22:33:21 +02:00

20 lines
422 B
Makefile

PORTNAME= Quota
PORTVERSION= 1.8.2
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module that provides access to filesystem quotas
WWW= https://metacpan.org/release/Quota
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Quota/Quota.so
.include <bsd.port.mk>