this module requires aspell, so add it to RUN_DEPENDS and bump
brought to my attention by merdely@ feedback & ok okan@, merdely@, msf@
This commit is contained in:
parent
7586dab9d5
commit
b9501effd8
@ -1,10 +1,11 @@
|
|||||||
# $OpenBSD: Makefile,v 1.2 2007/09/16 02:53:10 merdely Exp $
|
# $OpenBSD: Makefile,v 1.3 2008/06/16 20:24:50 simon Exp $
|
||||||
|
|
||||||
COMMENT= check for spelling errors in POD files
|
COMMENT= check for spelling errors in POD files
|
||||||
|
|
||||||
MODULES= cpan
|
MODULES= cpan
|
||||||
|
|
||||||
DISTNAME= Test-Spelling-0.11
|
DISTNAME= Test-Spelling-0.11
|
||||||
|
PKGNAME= p5-${DISTNAME}p0
|
||||||
CATEGORIES= devel textproc
|
CATEGORIES= devel textproc
|
||||||
|
|
||||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||||
@ -16,6 +17,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
|||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
RUN_DEPENDS= ::textproc/p5-Pod-Spell
|
RUN_DEPENDS= ::textproc/p5-Pod-Spell \
|
||||||
|
::textproc/aspell/core
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user