freebsd-ports/sysutils/p5-Quota/Makefile
Sunpoet Po-Chuan Hsieh 55f7e2f47a Update to 1.8.1
- Strip shared library

Changes:	https://metacpan.org/changes/distribution/Quota
2020-04-24 18:07:39 +00:00

22 lines
413 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= Quota
PORTVERSION= 1.8.1
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module that provides access to filesystem quotas
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>