ports/devel/p5-String-Scanf/Makefile

15 lines
244 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= Emulates the sscanf() of the C stdio library
MODULES= cpan
PKG_ARCH= *
VERSION= 2.1
DISTNAME= String-Scanf-${VERSION}
REVISION= 3
CATEGORIES= devel perl5
FIX_EXTRACT_PERMISSIONS=Yes
# perl
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>