55f7e2f47a
- Strip shared library Changes: https://metacpan.org/changes/distribution/Quota
22 lines
413 B
Makefile
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>
|