2cac1be2fc
- Sort PLIST - Bump PORTREVISION for dependency change
22 lines
446 B
Makefile
22 lines
446 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Data-Phrasebook
|
|
PORTVERSION= 0.35
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Accessing phrasebooks from various data sources
|
|
|
|
LICENSE= ART20
|
|
|
|
BUILD_DEPENDS= p5-Module-Pluggable>=2.7:devel/p5-Module-Pluggable
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|