21 lines
374 B
Makefile
Raw Normal View History

2010-10-18 17:47:50 +00:00
# $OpenBSD: Makefile,v 1.3 2010/10/18 17:48:06 espie Exp $
2006-11-12 16:29:19 +00:00
COMMENT= simple Unix commands in perl
2006-11-12 16:29:19 +00:00
MODULES= cpan
2010-10-18 17:47:50 +00:00
USE_GROFF = Yes
2006-11-12 16:29:19 +00:00
DISTNAME= ExtUtils-Command-1.12
PKGNAME= p5-Shell-Command-1.12
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE=modbuild
.include <bsd.port.mk>