67c6e8b633
This module simply interpolates option file hints in @ARGV by the contents of the pointed files. This enables option reading from files instead of or additional to the usual reading from the command line. ok sthen@
21 lines
395 B
Makefile
21 lines
395 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/01/17 07:57:37 bentley Exp $
|
|
|
|
COMMENT = program arguments processing module
|
|
|
|
DISTNAME = Getopt-ArgvFile-1.11
|
|
PKGNAME = ${DISTNAME:S//p5-/}
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Artistic License
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
CONFIGURE_STYLE = perl
|
|
|
|
.include <bsd.port.mk>
|