Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-App-Options / Makefile
1 # Created by: Gea-Suan Lin <gslin@gslin.org>
2 # $FreeBSD$
3
4 PORTNAME=       App-Options
5 PORTVERSION=    1.12
6 PORTREVISION=   2
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Combine command line options, environment vars, and option file values
13
14 USES=           perl5 shebangfix
15 USE_PERL5=      configure
16 SHEBANG_FILES=  bin/*
17
18 .include <bsd.port.mk>