aboutsummaryrefslogblamecommitdiff
path: root/sysutils/p5-Quota/Makefile
blob: 550ae6a3167fa9bf35bbce565e11529f5b3e9fc5 (plain) (tree)
1
2
3
4
5
6
7
8
9
                  

                     
                     
                              
                    

                   
                                
                                                                     
 
                            
                    
 

                         
 


                                                                              
                      
# Created by: will

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>