1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/p5-BSD-Resource/Makefile
2021-04-06 16:31:07 +02:00

25 lines
568 B
Makefile

# Created by: James FitzGibbon <jfitz@FreeBSD.org>
PORTNAME= BSD-Resource
PORTVERSION= 1.2911
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to access BSD resource limit and priority functions
LICENSE= ART20 GPLv2
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-Pod>=1.51:devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=1.10:devel/p5-Test-Pod-Coverage
USES= perl5
USE_PERL5= configure
post-install:
@${STRIP_CMD} ${STAGEDIR}/${PREFIX}/${SITE_ARCH_REL}/auto/BSD/Resource/Resource.so
.include <bsd.port.mk>