openbsd-ports/textproc/p5-Text-Aspell/Makefile

28 lines
568 B
Makefile
Raw Normal View History

2010-09-24 11:37:42 -04:00
# $OpenBSD: Makefile,v 1.6 2010/09/24 15:37:42 sthen Exp $
COMMENT= interface to the GNU aspell library
SHARED_ONLY= Yes
MODULES= cpan
2008-07-27 13:44:03 -04:00
DISTNAME= Text-Aspell-0.09
2010-09-24 11:37:42 -04:00
REVISION= 1
2008-05-08 18:44:13 -04:00
CATEGORIES= devel textproc
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= stdc++
LIB_DEPENDS= aspell.>=16::textproc/aspell/core
CONFIGURE_ARGS= LIBS="-L${LOCALBASE}/lib -laspell -lstdc++" \
INC="-I${LOCALBASE}/include"
MAKE_ENV+= TEST_POD=1
.include <bsd.port.mk>