freebsd-ports/devel/p5-Module-Version/Makefile
Sunpoet Po-Chuan Hsieh e63fe61504 - Add NO_ARCH
- Sort PLIST
2015-09-17 17:09:31 +00:00

18 lines
327 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
# $FreeBSD$
PORTNAME= Module-Version
PORTVERSION= 0.12
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Get module versions
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>