15 lines
244 B
Makefile
15 lines
244 B
Makefile
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>
|