a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
18 lines
460 B
Makefile
18 lines
460 B
Makefile
# $NetBSD: Makefile,v 1.29 2013/05/31 12:41:10 wiz Exp $
|
|
|
|
DISTNAME= cim-3.30
|
|
PKGREVISION= 3
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=cim/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/cim/cim.html
|
|
COMMENT= Simula compiler based on the C programming language
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV+= libtool_path=${PKG_LIBTOOL:Q}
|
|
USE_TOOLS+= perl:run
|
|
USE_LIBTOOL= YES
|
|
INFO_FILES= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|