bc9874882e
build-depends and also the quotes around comment ok jasper@
20 lines
362 B
Makefile
20 lines
362 B
Makefile
# $OpenBSD: Makefile,v 1.8 2007/08/26 18:39:52 simon Exp $
|
|
|
|
COMMENT= Module bundle for reading and parsing config files
|
|
|
|
MODULES= cpan
|
|
DISTNAME= AppConfig-1.66
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.ifmake regress
|
|
PORTHOME= ${HOME}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|