freebsd-ports/converters/p5-MIME-Base64-URLSafe/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

22 lines
480 B
Makefile

# Created by: Dan Rench <citric@cubicone.tmetic.com>
# $FreeBSD$
PORTNAME= MIME-Base64-URLSafe
PORTVERSION= 0.01
PORTREVISION= 1
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= citric@cubicone.tmetic.com
COMMENT= Perl version of Python's URL-safe base64 codec
RUN_DEPENDS= p5-MIME-Base64>=0:converters/p5-MIME-Base64
BUILD_DEPENDS:= ${RUN_DEPENDS}
WRKSRC= ${WRKDIR}/${DISTNAME:S/00//}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>