ports/devel/p5-Readonly-XS/Makefile

16 lines
232 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= create readonly variables faster
MODULES= cpan
DISTNAME= Readonly-XS-1.05
REVISION= 5
CATEGORIES= devel
# perl licence
PERMIT_PACKAGE= Yes
WANTLIB += c perl
RUN_DEPENDS= devel/p5-Readonly>=1.02
.include <bsd.port.mk>