22 lines
411 B
Makefile
22 lines
411 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/11/15 19:46:03 espie Exp $
|
|
|
|
COMMENT= Executable Uniform Command-Line Interface Descriptions
|
|
|
|
V= 0.2.0
|
|
DISTNAME= Getopt-Euclid-v$V
|
|
PKGNAME= p5-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
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|