d6bd6cfc67
- While I'm here: - Add LICNESE - Remove unnecessary WRKSRC - Bump PORTREVISION for dependency change With hat: perl
20 lines
394 B
Makefile
20 lines
394 B
Makefile
# Created by: Dan Rench <citric@cubicone.tmetic.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MIME-Base64-URLSafe
|
|
PORTVERSION= 0.01
|
|
PORTREVISION= 2
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= citric@cubicone.tmetic.com
|
|
COMMENT= Perl version of Python's URL-safe base64 codec
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|