ports/devel/p5-String-CRC32/Makefile

15 lines
254 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = interface for cyclic redundancy check generation
MODULES = cpan
DISTNAME = String-CRC32-2.100
CATEGORIES = devel
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# Public domain
PERMIT_PACKAGE = Yes
WANTLIB += c perl
.include <bsd.port.mk>