b426817b3c
- while there add MODCPAN_EXAMPLES and remove USE_GROFF
21 lines
416 B
Makefile
21 lines
416 B
Makefile
# $OpenBSD: Makefile,v 1.10 2011/11/17 15:15:04 sthen Exp $
|
|
|
|
COMMENT= convert singular to plural, select a or an
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Lingua-EN-Inflect-1.893
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= Sam Smith <S@msmith.net>
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
MODCPAN_EXAMPLES_DIST= demo
|
|
|
|
.include <bsd.port.mk>
|