mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
26 lines
528 B
Makefile
26 lines
528 B
Makefile
# Created by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= syntax
|
|
PORTVERSION= 0.004
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:PHAYLON
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Activate syntax extensions in Perl
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Data-OptList>=0.104:devel/p5-Data-OptList \
|
|
p5-namespace-clean>=0:devel/p5-namespace-clean
|
|
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
.include <bsd.port.mk>
|