freebsd-ports/devel/p5-App-Options/Makefile
Mathieu Arnold 2464e47eac Fix shebangs.
Sponsored by:	Absolight
2014-12-10 12:05:15 +00:00

18 lines
377 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= App-Options
PORTVERSION= 1.12
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Combine command line options, environment vars, and option file values
USES= perl5 shebangfix
USE_PERL5= configure
SHEBANG_FILES= bin/*
.include <bsd.port.mk>