22 lines
460 B
Makefile
22 lines
460 B
Makefile
# $OpenBSD: Makefile,v 1.5 2003/11/15 15:12:54 sturm Exp $
|
|
|
|
COMMENT= "US-ASCII transliterations of Unicode text"
|
|
|
|
DISTNAME= Text-Unidecode-0.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|