mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
270bdd386a
PR: 225709 Approved by: maintainer timeout (kuriyama, 1 month)
20 lines
325 B
Makefile
20 lines
325 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Convert-Moji
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to convert objects to alphabets
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|