052daf411d
- remove USE_GROFF ok claudio@ (maintainer)
19 lines
329 B
Makefile
19 lines
329 B
Makefile
# $OpenBSD: Makefile,v 1.7 2013/03/23 12:22:22 benoit Exp $
|
|
|
|
COMMENT= simple wrapper around Getopt::Long
|
|
|
|
DISTNAME = Getopt-Simple-1.52
|
|
CATEGORIES= devel
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
MAINTAINER= Claudio Jeker <claudio@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
MAKE_ENV+= TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|