18 lines
268 B
Makefile
18 lines
268 B
Makefile
|
COMMENT = program arguments processing module
|
||
|
|
||
|
DISTNAME = Getopt-ArgvFile-1.11
|
||
|
PKGNAME = ${DISTNAME:S//p5-/}
|
||
|
REVISION = 0
|
||
|
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
# Artistic License
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
CONFIGURE_STYLE = perl
|
||
|
|
||
|
.include <bsd.port.mk>
|