openbsd-ports/devel/p5-Getopt-Simple/Makefile
jasper e3849b234c import p5-Getopt-Simple 1.48
The Getopt::Simple module provides a simple way of specifying:
    * Command line switches
    * Type information for switch values
    * Default values for the switches
    * Help text per switch

from claudio@ (MAINTAINER), with tweaks by me.
2007-02-09 13:06:54 +00:00

20 lines
394 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/02/09 13:06:54 jasper Exp $
COMMENT= "simple wrapper around Getopt::Long"
DISTNAME= Getopt-Simple-1.48
CATEGORIES= devel
EXTRACT_SUFX= .tgz
MAINTAINER= Claudio Jeker <claudio@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
.include <bsd.port.mk>