freebsd-ports/textproc/p5-Pod-Constants/Makefile
Sunpoet Po-Chuan Hsieh af04720869 Update to 0.19
- Remove MASTER_SITE_SUBDIR
- Update LICENSE
- Add LICENSE_FILE
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Pod-Constants/Changes
2017-03-10 22:45:43 +00:00

20 lines
355 B
Makefile

# Created by: Sergey Skvortsov <skv@FreeBSD.org>
# $FreeBSD$
PORTNAME= Pod-Constants
PORTVERSION= 0.19
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Include constants from POD
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>