ports/misc/p5-Data-Buffer/Makefile
Po-Chuan Hsieh 2bf2798e25
misc/p5-Data-Buffer: Update to 0.06
- Add LICENSE_FILE
- Add TEST_DEPENDS

Changes:	https://metacpan.org/dist/Data-Buffer/changes
2024-10-23 05:58:32 +08:00

22 lines
427 B
Makefile

PORTNAME= Data-Buffer
PORTVERSION= 0.06
CATEGORIES= misc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Read/write buffer class
WWW= https://metacpan.org/release/Data-Buffer
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE
TEST_DEPENDS= p5-Test-Simple>=1.302200:devel/p5-Test-Simple
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>