c93b117978
Getopt::Euclid uses your program's own documentation to create a com- mand-line argument parser. This ensures that your program's documented interface and its actual interface always agree.
21 lines
396 B
Makefile
21 lines
396 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/01/08 12:17:57 jasper Exp $
|
|
|
|
COMMENT= Executable Uniform Command-Line Interface Descriptions
|
|
|
|
V= 0.2.0
|
|
DISTNAME= Getopt-Euclid-v$V
|
|
PKGNAME= Getopt-Euclid-$V
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|