638d907780
- Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Text-Affixes/Changes
20 lines
346 B
Makefile
20 lines
346 B
Makefile
# Created by: clsung
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text-Affixes
|
|
PORTVERSION= 0.09
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module for prefixes and suffixes analisys of text
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|